Commit 5980ebc7 authored by neil's avatar neil
Browse files

minor, do not output the key file if using signcsr

parent 8371b030
...@@ -2086,7 +2086,11 @@ issue() { ...@@ -2086,7 +2086,11 @@ issue() {
cat "$CERT_PATH" cat "$CERT_PATH"
_info "Your cert is in $( __green " $CERT_PATH ")" _info "Your cert is in $( __green " $CERT_PATH ")"
if [ -f "$CERT_KEY_PATH" ] ; then
_info "Your cert key is in $( __green " $CERT_KEY_PATH ")" _info "Your cert key is in $( __green " $CERT_KEY_PATH ")"
fi
cp "$CERT_PATH" "$CERT_FULLCHAIN_PATH" cp "$CERT_PATH" "$CERT_FULLCHAIN_PATH"
if [ ! "$USER_PATH" ] || [ ! "$IN_CRON" ] ; then if [ ! "$USER_PATH" ] || [ ! "$IN_CRON" ] ; then
......
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