forked from dehydrated-io/dehydrated
Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Dec 22, 2021
Commits on Nov 2, 2021
Commits on Nov 1, 2021
Commits on Oct 31, 2021
-
-
extend ec algorithms with secp521r1 (not yet supported by LetsEncrypt…
…, but maybe by other CAs)
-
-
-
-
Remove debug echo in command_cleanup()
Signed-off-by: Simon Deziel <simon@sdeziel.info>
-
-
-
fix command_version on Darwin/macOS 11
Current output of `uname` on Darwin/macOS 11 is only `Darwin`, which breaks the premisse used in `command_version()`. This update adds `Darwin` alongside `BSD`.
Commits on May 30, 2021
Commits on Apr 23, 2021
-
ensure newline before new section in openssl.cnf
openssl.cnf may not end with a newline. The section [SAN] will then not be found as it is added to the last line of openssl.cnf.
Commits on Apr 18, 2021
-
-
Update staging.md to use ACMEv2 server (closes dehydrated-io#812)
letsencrypt is phasing out the v1 server: ``` + ERROR: An error occurred while sending get-request to https://acme-staging.api.letsencrypt.org/directory (Status 403) Details: HTTP/2 403 server: nginx date: Thu, 01 Apr 2021 20:48:17 GMT content-type: application/problem+json content-length: 189 etag: "600b3710-bd" { "type": "urn:acme:error:serverInternal", "detail": "ACMEv1 Brownout in Progress. ACMEv1 will fully turn off on June 1, 2021. Check https://letsencrypt.status.io/ for more details." } ```
Commits on Apr 16, 2021
Commits on Mar 29, 2021
-
-
Add more examples to show case how to create certs
e.g. with different key algorithms
Commits on Mar 21, 2021
Commits on Feb 18, 2021
-
-
- Ensure that all per-certificate settings are saved and restored in store_configvars() and reset_configvars() - that's what makes them per-certificate in the first place... - Add OCSP_FETCH and OCSP_DAYS in the documented list of supported per-certificate configs, since the code does allow these.