mirror of
https://github.com/pockethost/pockethost.git
synced 2025-10-14 00:59:25 +00:00
update cert gen expiry
This commit is contained in:
parent
4a070eb09b
commit
8aca7c6f9f
@ -48,7 +48,7 @@ openssl x509 -req \
|
|||||||
-CAkey ca.key \
|
-CAkey ca.key \
|
||||||
-CAcreateserial \
|
-CAcreateserial \
|
||||||
-out "$DOMAIN.crt" \
|
-out "$DOMAIN.crt" \
|
||||||
-days 365 \
|
-days 3650 \
|
||||||
-sha256
|
-sha256
|
||||||
|
|
||||||
rm "$DOMAIN.csr"
|
rm "$DOMAIN.csr"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user