Skip to content

Commit

Permalink
Add www to cert signing request
Browse files Browse the repository at this point in the history
...as a separate commit, in case it needs rolling back!
  • Loading branch information
redrun45 committed Aug 12, 2024
1 parent 33b01b2 commit 728a0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/self-signed_cert/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
openssl_csr:
privatekey_path: /etc/letsencrypt/live/librivox.org/privkey.pem
path: /etc/letsencrypt/live/librivox.org/localdev.csr
subject_alt_name: "DNS:librivox.org,DNS:forum.librivox.org,DNS:wiki.librivox.org"
subject_alt_name: "DNS:librivox.org,DNS:forum.librivox.org,DNS:wiki.librivox.org,DNS:www.librivox.org"
become: true

- name: self-signed cert
Expand Down

0 comments on commit 728a0d9

Please sign in to comment.