fixed self signed generation certs

darta 2021-08-30 13:23:34 +02:00
parent d984ace2da
commit ac1ca9227d
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
cd saml_certs cd /admin/saml_certs
C=CA C=CA
L=Barcelona L=Barcelona
O=localdomain O=localdomain
@ -6,5 +6,5 @@ CN_CA=$O
CN_HOST=*.$O CN_HOST=*.$O
OU=$O OU=$O
openssl req -nodes -new -x509 -keyout private.key -out public.cert -subj "/C=$C/L=$L/O=$O/CN=$CN_CA" -days 3650 openssl req -nodes -new -x509 -keyout private.key -out public.cert -subj "/C=$C/L=$L/O=$O/CN=$CN_CA" -days 3650
cd .. cd /admin
echo "Now run the python nextcloud and wordpress scripts" echo "Now run the python nextcloud and wordpress scripts"