update default cert-type to snakeoil

This commit is contained in:
AnsibleGuy 2024-08-05 21:51:53 +02:00
parent 8f60be5e57
commit 8d959f519b
No known key found for this signature in database
GPG Key ID: 52984C069F5AD3CD
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -9,7 +9,7 @@
domain: 'apache2.test.ansibleguy.net'
ssl:
mode: 'ca'
mode: 'snakeoil'
cert:
cn: 'Apache2'
org: 'AnsibleGuy Test'