el .pem estaba de más
This commit is contained in:
parent
4ea037359b
commit
6762ee5394
1 changed files with 1 additions and 1 deletions
2
haini.sh
2
haini.sh
|
@ -116,7 +116,7 @@ generar_certificado() {
|
||||||
-keyout $domain_key -out $domain_csr \
|
-keyout $domain_key -out $domain_csr \
|
||||||
-subj '/C=AR/ST=Ninguno/L=Interdimension/O=Sutty-Local/CN=sutty.local'"
|
-subj '/C=AR/ST=Ninguno/L=Interdimension/O=Sutty-Local/CN=sutty.local'"
|
||||||
correr "openssl x509 -req -sha256 -days 3650 \
|
correr "openssl x509 -req -sha256 -days 3650 \
|
||||||
-in $domain_csr -CA $ca_crt.pem -CAkey $ca_key \
|
-in $domain_csr -CA $ca_crt -CAkey $ca_key \
|
||||||
-CAcreateserial -extfile /Sutty/haini.sh/domains.ext -out $domain_crt"
|
-CAcreateserial -extfile /Sutty/haini.sh/domains.ext -out $domain_crt"
|
||||||
|
|
||||||
rm "$ENTORNO$ca_crt.pem"
|
rm "$ENTORNO$ca_crt.pem"
|
||||||
|
|
Loading…
Reference in a new issue