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: aad81ec8cd15
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 992035cff0fe
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 30, 2019

  1. nixos/modules/security/acme.nix: add server option

    Add a new option permitting to point certbot to an ACME Directory
    Resource URI other than Let's Encrypt production/staging one.
    
    In the meantime, we are deprecating the now useless Let's Encrypt
    production flag.
    picnoir committed Oct 30, 2019
    Copy the full SHA
    5671fa2 View commit details
    Browse the repository at this point in the history
  2. nixos/tests/acme.nix: remove pebble custom endpoint patch

    The recent custom endpoint addition allows us to directly point
    certbot to the custom Pebble directory endpoint.
    
    Thanks to that, we can ditch the Pebble patch we were using so far;
    making this test maintenance easier.
    picnoir committed Oct 30, 2019
    Copy the full SHA
    781f0cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #72007 from NinjaTrappeur/nin-acme-custom-dir-uri

    nixos/acme: Custom ACME endpoint
    flokli committed Oct 30, 2019
    Copy the full SHA
    992035c View commit details
    Browse the repository at this point in the history