Skip to content
Permalink
master
Switch branches/tags

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 Oct 31, 2021

  1. extend ec algorithms with secp521r1 (not yet supported by LetsEncrypt…

    …, but maybe by other CAs)
    lukas2511 committed Oct 31, 2021
  2. Support reading domains from drop-in snippets in domains.txt.d

    Marc Schütz authored and lukas2511 committed Oct 31, 2021
  3. make shellcheck happy again

    lukas2511 committed Oct 31, 2021
  4. Remove debug echo in command_cleanup()

    Signed-off-by: Simon Deziel <simon@sdeziel.info>
    simondeziel authored and lukas2511 committed Oct 31, 2021
  5. Use consistent indent in hook.sh

    glensc authored and lukas2511 committed Oct 31, 2021
  6. Better handling around grep/awk

    bahamat authored and lukas2511 committed Oct 31, 2021
  7. 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`.
    jcmoraisjr authored and lukas2511 committed Oct 31, 2021

Commits on May 30, 2021

  1. Force API 2

    omega8cc committed May 30, 2021

Commits on Apr 23, 2021

  1. 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.
    27o authored and lukas2511 committed Apr 23, 2021

Commits on Apr 18, 2021

  1. 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."
    }
    
    ```
    kousu authored and lukas2511 committed Apr 18, 2021

Commits on Mar 29, 2021

  1. remove some dots :)

    lukas2511 committed Mar 29, 2021
  2. Add more examples to show case how to create certs

    e.g. with different key algorithms
    darix authored and lukas2511 committed Mar 29, 2021

Commits on Feb 18, 2021

  1. Per-certificate config fixes

    - 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.
    lespinasse authored and lukas2511 committed Feb 18, 2021
Older