Skip to content

Commit

Permalink
update default cert-type to snakeoil
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Aug 5, 2024
1 parent 8f60be5 commit 8d959f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ apache:
path: '/var/www/site_guys_statics'

ssl:
mode: 'ca' # create minimal ca with signed server-certificate
mode: 'snakeoil'

config: # add settings as key-value pairs
KeepAliveTimeout: 10
Expand Down
2 changes: 1 addition & 1 deletion defaults/main/2_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defaults_site:
path: '/var/www/html'

ssl: # see: https://github.com/ansibleguy/infra_certs
mode: 'ca' # existing/selfsigned/ca/letsencrypt
mode: 'snakeoil' # existing/selfsigned/ca/letsencrypt/snakeoil
# existing:
# We expect the certs to be placed in the role's 'files' directory named like the site
# Example: files/certs/ansibleguy.key and files/certs/ansibleguy.crt
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
domain: 'apache2.test.ansibleguy.net'

ssl:
mode: 'ca'
mode: 'snakeoil'
cert:
cn: 'Apache2'
org: 'AnsibleGuy Test'
Expand Down

0 comments on commit 8d959f5

Please sign in to comment.