Browse Source

Fix an example in the man

pull/54/head
Rodolphe Bréard 3 years ago
parent
commit
b154b06952
  1. 2
      man/en/acmed.toml.5

2
man/en/acmed.toml.5

@ -805,7 +805,7 @@ args = [
stdin_str = """Subject: Certificate renewal {{ if is_success }}succeeded{{ else }}failed{{ endif }} for { identifiers.0 } stdin_str = """Subject: Certificate renewal {{ if is_success }}succeeded{{ else }}failed{{ endif }} for { identifiers.0 }
The following certificate has {{ if not is_success }}*not* {{ endif }}been renewed. The following certificate has {{ if not is_success }}*not* {{ endif }}been renewed.
identifiers: {{ for ident in identifiers}}{{ if @index }}, {{ endif }}{ ident }{{ endfor}}
identifiers: {{ for ident in identifiers }}{{ if not @first }}, {{ endif }}{ ident }{{ endfor }}
key type: { key_type } key type: { key_type }
status: { status }""" status: { status }"""
.Ed .Ed

Loading…
Cancel
Save