Skip to content
Snippets Groups Projects
Verified Commit c8dbd4ad authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent 3b3c72d5
Branches master
No related tags found
No related merge requests found
Pipeline #
......@@ -24,6 +24,10 @@ function setup {
-out /etc/nginx/ssl/nginx.crt \
-subj "/C=NL/ST=Whatever/L=Whatever/O=Whatever/OU=Whatever/CN=whatever.example.com"
mkdir -p /etc/letsencrypt/live/dbogatov.org
cp /etc/nginx/ssl/nginx.key /etc/letsencrypt/live/dbogatov.org/
cp /etc/nginx/ssl/nginx.crt /etc/letsencrypt/live/dbogatov.org/
cd /etc/nginx/sites-available/
for site in *;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment