gen-ec-cert: remove useless -nodes
This commit is contained in:
parent
bce4c8c754
commit
e139dfbdb9
1 changed files with 1 additions and 1 deletions
|
@ -29,5 +29,5 @@ domain=$1
|
|||
|
||||
(umask 077 && openssl genpkey -aes256 \
|
||||
-algorithm ec -pkeyopt ec_paramgen_curve:"$curve" -out "$domain.key") &&
|
||||
openssl req -new -nodes -x509 -days "$days" -subj "/CN=$domain" \
|
||||
openssl req -new -x509 -days "$days" -subj "/CN=$domain" \
|
||||
-key "$domain.key" -out "$domain.pem"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue