Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Adrien Dorsaz
acme-dns-tiny
Commits
7e5752b6
Commit
7e5752b6
authored
Oct 31, 2018
by
Adrien Dorsaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
example.ini: give more details on handling certificate chain
parent
d949d385
Pipeline
#221
passed with stage
in 10 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
example.ini
example.ini
+5
-2
No files found.
example.ini
View file @
7e5752b6
...
...
@@ -28,8 +28,11 @@ Language = en
# Optional: ask to request different format of certificate file.
# By default, acme-dns-tiny request a certificate chain with format
# "application/pem-certificate-chain"
# If the ACME server used support different format, you can specify it here
# (e.g. application/pkix-cert, applicaiton/pkcs7-mime
# With this format, you can assume the first certificate block is the one for
# your domains, as the ACME RFC force the format to have this certificate first.
#
# If the ACME server support different format, you can specify it here
# (e.g. application/pkix-cert, applicaiton/pkcs7-mime)
# Note that, if the format selected doesn't provide a full chain, you should
# read logs to find the related certificates (see link header with attribute rel=up)
CertificateFormat
=
application/pem-certificate-chain
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment