Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revise dns_certify with new ACME / let's encrypt in mind #219

Merged
merged 6 commits into from
Mar 13, 2020

Commits on Mar 13, 2020

  1. certify: export csr, is_csr, certificate, is_certificate, ca_certific…

    …ate, is_ca_certificate, is_name
    
    since ACME v2 the certificate chain is part of the provisioning:
      - no need to hardcode the certificates in Dns_certificy_mirage anymore
      - use the CA certificates from dns (TLSA records again)
    hannesm committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    7d22754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d297428 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad9d1af View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-Authored-By: C For C's Sake <cfcs@users.noreply.github.com>
    hannesm and cfcs authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    68d3707 View commit details
    Browse the repository at this point in the history
  5. [ci skip] release 4.4.0

    hannesm committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    cc818f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5f4947 View commit details
    Browse the repository at this point in the history