Merge branch 'fix-gen-certs' into 'develop'
fixed self signed generation certs See merge request isard/isard-sso!43
commit
ea187ecdc4
|
@ -1,4 +1,4 @@
|
|||
cd saml_certs
|
||||
cd /admin/saml_certs
|
||||
C=CA
|
||||
L=Barcelona
|
||||
O=localdomain
|
||||
|
@ -6,5 +6,5 @@ CN_CA=$O
|
|||
CN_HOST=*.$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
|
||||
cd ..
|
||||
cd /admin
|
||||
echo "Now run the python nextcloud and wordpress scripts"
|
Loading…
Reference in New Issue