Commit 137f5f8b authored by neil's avatar neil
Browse files

minor,add info message.

parent 81942c62
...@@ -64,6 +64,7 @@ _base64() { ...@@ -64,6 +64,7 @@ _base64() {
#domain [2048] #domain [2048]
createAccountKey() { createAccountKey() {
_info "Creating account key"
if [ -z "$1" ] ; then if [ -z "$1" ] ; then
echo Usage: $0 account-domain [2048] echo Usage: $0 account-domain [2048]
return return
...@@ -89,6 +90,7 @@ createAccountKey() { ...@@ -89,6 +90,7 @@ createAccountKey() {
#domain length #domain length
createDomainKey() { createDomainKey() {
_info "Creating domain key"
if [ -z "$1" ] ; then if [ -z "$1" ] ; then
echo Usage: $0 domain [2048] echo Usage: $0 domain [2048]
return return
...@@ -120,6 +122,7 @@ createDomainKey() { ...@@ -120,6 +122,7 @@ createDomainKey() {
# domain domainlist # domain domainlist
createCSR() { createCSR() {
_info "Creating csr"
if [ -z "$1" ] ; then if [ -z "$1" ] ; then
echo Usage: $0 domain [domainlist] echo Usage: $0 domain [domainlist]
return return
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment