Commit a8bc3539 by Adi Amir

update devops

parent 9ce7449f
...@@ -26,13 +26,14 @@ To re-generate a new valid certficate on one of the domains(safeyme.com/ipgaller ...@@ -26,13 +26,14 @@ To re-generate a new valid certficate on one of the domains(safeyme.com/ipgaller
Ctrl+C too stop ! Ctrl+C too stop !
5. check that a directory named 'letsencrypt' exists under '/opt/mcz/config-letsencrypt' 5. check that a directory named 'letsencrypt' exists under '/opt/mcz/config-letsencrypt'
the diectory should comtaon a link "keys -> ../etc/letsencrypt/live/safeyme.com/" the diectory should contain a link "keys -> ../etc/letsencrypt/live/safeyme.com/"
if not - create it manually as follow: if not - create it manually as follow:
>cd /opt/mcz/config-letsencrypt >cd /opt/mcz/config-letsencrypt
>mkdir letsencrypt >mkdir letsencrypt
>cd letsencrypt >cd letsencrypt
>ln -s ../etc/letsencrypt/live/ipgallery-mcz.com keys >ln -s ../etc/letsencrypt/live/ipgallery-mcz.com keys
>cd ..
>chown -R 911:911 letsencrypt >chown -R 911:911 letsencrypt
6. restart the system 6. restart the system
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment