Skip to content

Commit

Permalink
PR #109 Follow-up: Document new variable inside other variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jan 5, 2024
1 parent 5a23e85 commit cb3b03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ A list of domains (and other data) for which certs should be generated. You can

certbot_create_command: "{{ certbot_script }} certonly --standalone --noninteractive --agree-tos --email {{ cert_item.email | default(certbot_admin_email) }} -d {{ cert_item.domains | join(',') }}"

The `certbot_create_command` defines the command used to generate the cert.
The `certbot_create_command` defines the command used to generate the cert. See the full default command inside `defaults/main.yml` for a full example—and you can easily add in extra arguments that are not in the default command with the `certbot_create_extra_args` variable.

#### Standalone Certificate Generation

Expand Down

0 comments on commit cb3b03f

Please sign in to comment.