Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
137f5f8b
Commit
137f5f8b
authored
Jan 30, 2016
by
neil
Browse files
minor,add info message.
parent
81942c62
Changes
1
Show whitespace changes
Inline
Side-by-side
le.sh
View file @
137f5f8b
...
...
@@ -64,6 +64,7 @@ _base64() {
#domain [2048]
createAccountKey
()
{
_info
"Creating account key"
if
[
-z
"
$1
"
]
;
then
echo
Usage:
$0
account-domain
[
2048]
return
...
...
@@ -89,6 +90,7 @@ createAccountKey() {
#domain length
createDomainKey
()
{
_info
"Creating domain key"
if
[
-z
"
$1
"
]
;
then
echo
Usage:
$0
domain
[
2048]
return
...
...
@@ -120,6 +122,7 @@ createDomainKey() {
# domain domainlist
createCSR
()
{
_info
"Creating csr"
if
[
-z
"
$1
"
]
;
then
echo
Usage:
$0
domain
[
domainlist]
return
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment