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

Acme updates -- Allow for External Account Binding #253

Merged
merged 2 commits into from
Jan 13, 2023

Commits on Dec 1, 2022

  1. Add support for External Account Binding with ACME

    Allows for the support of External Account Binding to request SSL
    Certificates through a provider that supports EAB and ACME.
    
    Add's support for specifying the Key Type via the ACME_KEY_TYPE
    variable. Defaults to RSA4096 (Traefik's Default)
    
    Some example providers include InCommon and ZeroSSL
    misilot committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    9bfa3d6 View commit details
    Browse the repository at this point in the history
  2. Expose the Default Traefik Log Level variable

    Instead of hiding it in the documentation and in the
    docker-compose.acme.yml and docker-compose.traefik.yml files, adding it
    to the sample.env file
    misilot committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    52af78f View commit details
    Browse the repository at this point in the history