Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: b2abf364677d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4e0fea3fe294
Choose a head ref
  • 11 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 12, 2020

  1. maintainers: add m1cr0man

    m1cr0man committed Jan 12, 2020
    Copy the full SHA
    832d1f4 View commit details
    Browse the repository at this point in the history
  2. nixos/acme: replace simp-le with lego client

    Lego allows users to use the DNS-01 challenge to validate their
    certificates. It is mostly backwards compatible, with a few
    caveats.
    
     - extraDomains can no longer have different webroots to the
       main webroot for the cert.
     - An email address is now mandatory for account creation
    
    The following other changes were required:
     - Deprecate security.acme.certs.<name>.plugins, as this was
       specific to simp-le
     - Rename security.acme.validMin to validMinDays, to avoid
       confusion and errors. Lego requires the TTL to be specified in
       days
     - Add options to cover DNS challenge (dnsProvider,
       credentialsFile, dnsPropagationCheck)
     - A shared state directory is now used (/var/lib/acme/.lego)
       to avoid account creation rate limits and share credentials
       between certs
    m1cr0man committed Jan 12, 2020
    Copy the full SHA
    1e3607d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9467f2b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Copy the full SHA
    61665e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Copy the full SHA
    769fbf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Copy the full SHA
    2181313 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Copy the full SHA
    ac983cf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    636eb23 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d8e697b View commit details
    Browse the repository at this point in the history
  4. nixos/acme: Update release note, remove redundant requires

    Merge remote-tracking branch 'remotes/upstream/master'
    m1cr0man committed Feb 9, 2020
    Copy the full SHA
    75fa802 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Merge pull request #77578 from m1cr0man/master

    Replace simp-le with lego and support DNS-01 challenge
    flokli committed Feb 10, 2020
    Copy the full SHA
    4e0fea3 View commit details
    Browse the repository at this point in the history