Skip to content

Commit

Permalink
Merge pull request #109 from gagath/rsa-key-size
Browse files Browse the repository at this point in the history
introduce certbot_create_extra_args (for custom RSA key size)
  • Loading branch information
geerlingguy authored Jan 5, 2024
2 parents 08543f4 + 3fcd4e0 commit 5a23e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ certbot_create_command: >-
--email {{ cert_item.email | default(certbot_admin_email) }}
{{ '--webroot-path ' if certbot_create_method == 'webroot' else '' }}
{{ cert_item.webroot | default(certbot_webroot) if certbot_create_method == 'webroot' else '' }}
{{ certbot_create_extra_args }}
-d {{ cert_item.domains | join(',') }}
{{ '--pre-hook /etc/letsencrypt/renewal-hooks/pre/stop_services'
if certbot_create_standalone_stop_services and certbot_create_method == 'standalone'
Expand Down

0 comments on commit 5a23e85

Please sign in to comment.