Skip to content
Snippets Groups Projects
Commit c094f59e authored by nimrod's avatar nimrod
Browse files

Make sure that the bootstrap key is accessible.

parent 615b0097
No related branches found
No related tags found
No related merge requests found
Pipeline #446 passed
...@@ -135,6 +135,12 @@ ...@@ -135,6 +135,12 @@
cmd: openssl genrsa -out /var/ssl/site.key 4096 cmd: openssl genrsa -out /var/ssl/site.key 4096
creates: /var/ssl/site.key creates: /var/ssl/site.key
- name: Make sure the private key is accessible
file:
mode: 0o0644
path: /var/ssl/site.key
state: file
- name: Create SSL certificate - name: Create SSL certificate
command: command:
cmd: >- cmd: >-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment