Merge branch 'pem' into 'antifascista'
el .pem estaba de más See merge request sutty/haini.sh!34
This commit is contained in:
commit
018a2a443e
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 \
|
||||
-subj '/C=AR/ST=Ninguno/L=Interdimension/O=Sutty-Local/CN=sutty.local'"
|
||||
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"
|
||||
|
||||
rm "$ENTORNO$ca_crt.pem"
|
||||
|
|
Loading…
Reference in a new issue