File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ letsencrypt:
3131 # more information, see: https://certbot.eff.org/docs/using.html#renewal
3232 post_renew :
3333 cmds : []
34+ create_init_cert_subcmd : certonly
3435 cron :
3536 minute : random
3637 hour : random
Original file line number Diff line number Diff line change 4242create- initial- cert- {{ setname }}- {{ domainlist | join(' +' ) }}:
4343 cmd.run:
4444 - unless: {{ check_cert_cmd }} {{ setname }}
45- - name: {{ create_cert_cmd }} certonly -- quiet -- cert- name {{ setname }} - d {{ domainlist| join(' -d ' ) }} -- non- interactive
45+ - name: {{ create_cert_cmd }} {{ letsencrypt.create_init_cert_subcmd }} -- quiet -- cert- name {{ setname }} - d {{ domainlist| join(' -d ' ) }} -- non- interactive
4646 {% if not letsencrypt.use_package % }
4747 - cwd: {{ letsencrypt.cli_install_dir }}
4848 {% endif % }
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ letsencrypt:
1515 # have specific version of certbot you can enable it. The version value
1616 # should match a certbot/certbot branch.
1717 version : 0.30.x
18+ # Subcommand used for certificates' first generation cmd ( run | certonly | renew )
19+ create_init_cert_subcmd : certonly
1820 # Any parameter from the cli can be specified in the config file
1921 # check https://certbot.eff.org/docs/using.html#configuration-file
2022 config :
You can’t perform that action at this time.
0 commit comments