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: 5b8b201e448f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: aed85b727980
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 15, 2020

  1. nixos/acme: turn around test probes' dependencies

    Reads a bit more naturally, and now the changes to the
    acme-${cert}.service actually reflect what would be needed were you to
    do the same in production.
    
    e.g.  "for dns-01, your service that needs the cert needs to pull in the
    cert"
    arianvp committed Jun 15, 2020
    Copy the full SHA
    61f8348 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    60247e8 View commit details
    Browse the repository at this point in the history
  3. nixos/acme: Make sure nginx is running before certs are requested

    This fixes #81842
    
    We should probably also fix this for Apache, which recently also learned
    to use ACME.
    arianvp committed Jun 15, 2020
    Copy the full SHA
    681cc10 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cfd672a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0952336 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Merge pull request #85223 from arianvp/acme-fix-nginx-after

    nixos/acme: Fix ordering of certificate requests (#81482)
    flokli committed Jun 29, 2020
    Copy the full SHA
    aed85b7 View commit details
    Browse the repository at this point in the history