Nicolas Duchon
|
3cb7df6fdd
|
feat: disable default certificate creation by default (#1157)
|
2024-10-12 19:07:26 +02:00 |
|
stuartbirrell
|
904b5e38b1
|
Docs: Clarify standalone dns01 API configuration structure with example (#1155)
* adding additional documentation detail for standalone DNS-01 verification
* added example
* Update Standalone-certificates.md
* minor mistake
* Update Standalone-certificates.md
* Update Standalone-certificates.md
|
2024-09-27 15:32:36 +02:00 |
|
Nicolas Duchon
|
a733653044
|
build: bump acme.sh to 3.0.9
|
2024-09-24 16:18:26 +02:00 |
|
Andy Warner
|
e251dbc592
|
docs: add Google Trust Services instructions (#1144)
* Create Google-Trust-Services.md
Add basic details on using the GTS ACME endpoint.
* Update README.md
add a link to the Google Trust Services doc.
|
2024-08-27 19:06:11 +02:00 |
|
Andy Warner
|
0a348dc553
|
Update Zero-SSL.md
Fix typos
|
2024-08-19 22:04:52 -06:00 |
|
Nicolas Duchon
|
e6f31f0d10
|
docs: update DNS-01 doc
|
2024-07-17 07:57:09 +02:00 |
|
Nicolas Duchon
|
712dd94460
|
docs: DNS-01 challenge support
|
2024-07-16 00:22:11 +02:00 |
|
Nicolas Duchon
|
28bdc6b832
|
docs: ACME_HTTP_CHALLENGE_LOCATION
|
2024-06-05 09:08:11 +02:00 |
|
Nicolas Duchon
|
b02443c86e
|
docs: missing -wait
typo found by @thejck
|
2024-05-01 13:44:05 +02:00 |
|
Jonas
|
5dd6b5d6e9
|
Typo in Getting-containers-IDs.md
|
2023-12-31 01:47:16 +01:00 |
|
Nicolas Duchon
|
2161ae5c4e
|
Merge pull request #967 from langfingaz/patch-1
add 5s:30s to -wait
|
2023-12-10 18:58:04 +01:00 |
|
Nicolas Duchon
|
1fc38f882b
|
refactor: move to correctly namespaced labels (#1046)
|
2023-08-01 21:45:39 +02:00 |
|
Zvezdin
|
ca1f5a4e69
|
docs: clarify configuration requirements for standalone certificates (#1045)
* fix(Standalone-certificates.md): Clarify configuration requirements
* fix(Standalone-certificates.md): remove extra space
* Update docs/Standalone-certificates.md
Co-authored-by: Nicolas Duchon <nicolas.duchon@gmail.com>
|
2023-08-01 21:43:50 +02:00 |
|
Nicolas Duchon
|
a16a97fe11
|
fix: restrict private key permissions (#1016)
* fix: restrict private file permissions by default
* fix: check perms of /etc/acme.sh private keys
* fix: typo
|
2023-03-27 19:03:21 +02:00 |
|
langfingaz
|
bb39d28a3e
|
add 5s:30s to -wait
In the [Advanced Usage doc](https://github.com/nginx-proxy/acme-companion/blob/main/docs/Advanced-usage.md#step-2---docker-gen), the there is `5s:30s` specified after `-wait`. In this doc it was missing. For completeness I have added it here.
|
2022-09-28 09:41:53 +00:00 |
|
Rodrigo
|
26e1b4b382
|
docs: moved DEFAULT_EMAIL env to acme-companion
https://github.com/nginx-proxy/acme-companion#step-2---acme-companion
|
2022-04-11 23:29:30 +02:00 |
|
Nicolas Duchon
|
b4ccbf1e8f
|
docs: per-container Pre-Hooks and Post-Hooks
|
2022-03-02 19:29:25 +01:00 |
|
TreeN0de
|
281aa02052
|
docs: acme.sh pre and post hooks
|
2022-02-25 20:00:08 +01:00 |
|
marc-hg
|
d7685271c8
|
Added DEFAULT_EMAIL env variable to docker-compose docs
|
2022-02-17 22:05:34 +01:00 |
|
Nicolas Duchon
|
f39edbe667
|
docs: updates for the use of RFC7919 DH groups
Both in nginx-proxy/acme-companion and nginx-proxy/nginx-proxy
|
2021-12-14 23:34:14 +01:00 |
|
HPPinata
|
8164a4641c
|
Add DEFAULT_KEY_SIZE variable to the documentation
Useful but undocumented environment variable to avoid setting LETSENCRYPT_KEYSIZE on every container manually
|
2021-09-26 20:53:55 +02:00 |
|
JMoVS
|
3b9103d085
|
Fix small missing \ to make it copy pasteable
A \ was missing so pasting resulted in premature and incomplete execution.
|
2021-08-31 23:52:30 +02:00 |
|
Nicolas Duchon
|
027c3cf3bf
|
docs: jwilder/docker-gen -> nginxproxy/docker-gen
|
2021-06-16 17:12:30 +02:00 |
|
Kaito Udagawa
|
eec7dacc1e
|
Fix typo
avanced to advanced
|
2021-05-07 02:01:19 +09:00 |
|
Nicolas Duchon
|
ddb6ebd8a4
|
doc: typo
|
2021-04-05 21:27:53 +02:00 |
|
Nicolas Duchon
|
ab930cba5f
|
chore: nginx-proxy default branch renamed to main (#778)
|
2021-04-05 14:31:53 +02:00 |
|
Nicolas Duchon
|
e9abac8b12
|
chore: project name change
|
2021-04-05 00:27:52 +02:00 |
|
Nicolas Duchon
|
11a534ecc1
|
chore: use the nginxproxy/nginx-proxy registry
|
2021-04-05 00:21:31 +02:00 |
|
Nicolas Duchon
|
53d2ac18a5
|
Merge pull request #772 from nginx-proxy/doc-volume
Update volume-related docs and examples
|
2021-03-26 15:30:22 +01:00 |
|
Nicolas Duchon
|
a5e3b3b6b1
|
docs: discourage use of anonymous volumes
|
2021-03-26 15:25:53 +01:00 |
|
Nicolas Duchon
|
90de0cec71
|
docs: user named volumes in all examples
|
2021-03-26 15:25:46 +01:00 |
|
Nicolas Duchon
|
1bfbb9bb11
|
docs: add a warning about external examples
As they might not include the additional volume needed by version >= 2.0
|
2021-03-16 22:58:45 +01:00 |
|
Danil Smirnov
|
a8b921109b
|
Documentation fix
|
2020-12-29 15:14:24 +02:00 |
|
Danil Smirnov
|
42ddbcb580
|
Renaming and adding documentation
|
2020-12-29 15:09:03 +02:00 |
|
Nicolas Duchon
|
c610b59006
|
Add CA_BUNDLE environment variable
Allows acme.sh to use an alternative trusted root CA
|
2020-12-28 11:31:01 +01:00 |
|
Nicolas Duchon
|
be654b5d27
|
Add OCSP Must-Staple extension feature (#740)
|
2020-12-25 18:23:33 +01:00 |
|
RB
|
3ca59ebda3
|
Fix document location
Document now points to correct location of data persistence
|
2020-12-19 15:22:01 +01:00 |
|
Nicolas Duchon
|
1752a420fa
|
Merge pull request #727 from buchdag/ci-fix
Fix LETSENCRYPT_KEYSIZE feature and tests
|
2020-12-08 23:58:58 +01:00 |
|
Benoit Garret
|
1d62687cc6
|
Improve the Zero SSL documentation
|
2020-12-08 12:27:09 +01:00 |
|
Nicolas Duchon
|
6bfdd87109
|
Fix private keys types
|
2020-12-07 21:10:14 +01:00 |
|
Nicolas Duchon
|
fb4d58e41e
|
[skip ci] doc typos
|
2020-11-30 15:20:57 +01:00 |
|
Nicolas Duchon
|
26f61150a1
|
Add Zero SSL documentation
|
2020-11-29 02:55:12 +01:00 |
|
Nicolas Duchon
|
1966e52a61
|
Support for preferred chain
|
2020-11-29 02:55:11 +01:00 |
|
Nicolas Duchon
|
5778216fad
|
Rename LETSENCRYPT_ACME_CA_URI > ACME_CA_URI
|
2020-11-27 14:46:48 +01:00 |
|
Nicolas Duchon
|
a90c82a1a7
|
Add support for elliptic curve 512 bits keys
|
2020-11-27 14:46:47 +01:00 |
|
Nicolas Duchon
|
90c3ec6aa6
|
Update doc on failing authorizations
|
2020-11-27 14:46:47 +01:00 |
|
Gilles Filippini
|
195b19d221
|
Use email-less staging conf for test certificates
|
2020-11-27 14:46:45 +01:00 |
|
Gilles Filippini
|
e5825d6fc4
|
Add doc on ACME accounts handling
|
2020-11-27 14:46:45 +01:00 |
|
Nicolas Duchon
|
0c165134b9
|
Update docs and comments
|
2020-11-27 14:46:45 +01:00 |
|
Nicolas Duchon
|
c27e66ef80
|
Update doc
|
2020-11-27 14:45:41 +01:00 |
|