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: wmnnd/nginx-certbot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: wmnnd/nginx-certbot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 2 files changed
  • 8 contributors

Commits on Jan 1, 2019

  1. Merge pull request #3 from wmnnd/develop

    Merge develop branch in master
    wmnnd authored Jan 1, 2019
    Configuration menu
    Copy the full SHA
    8335f83 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    553525f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d31dae View commit details
    Browse the repository at this point in the history
  3. Update init-letsencrypt.sh

    ynixon authored May 3, 2019
    Configuration menu
    Copy the full SHA
    2ab4744 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Make init-letsencrypt.sh executable so that users don't have to

    git tracks file permissions, so we don't need to rely on users
    doing this.
    Adam Spiers committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    4ea8c26 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Merge pull request #17 from ynixon/fix_init_script

    Add check for docker-compose
    wmnnd authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    0f38553 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from wmnnd/develop

    Make init-letsencrypt.sh executable
    wmnnd authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    d8f7bc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Merge pull request #24 from aspiers/executable-script

    Make init-letsencrypt.sh executable so that users don't have to
    wmnnd authored Jun 14, 2019
    Configuration menu
    Copy the full SHA
    ad4bb09 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. Use example.org everywhere for consistency

    This makes it a bit easier when doing a string search/replacement, by only having to replace `example.org`. Nginx's `app.conf` uses `example.org`.
    Pixep authored Jun 16, 2019
    Configuration menu
    Copy the full SHA
    831b8ab View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Merge pull request #29 from Pixep/patch-1

    Use `example.org` everywhere for consistency
    wmnnd authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    6ceb074 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Configuration menu
    Copy the full SHA
    93e053d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from wm222au/fix_tls_params

    Updated URL to recommended TLS parameters
    wmnnd authored Aug 7, 2019
    Configuration menu
    Copy the full SHA
    a3e0d81 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Updated outdated URLs

    michal-wrzosek authored Nov 26, 2019
    Configuration menu
    Copy the full SHA
    59b0b8d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Merge pull request #55 from michal-wrzosek/patch-1

    Updated outdated URLs
    wmnnd authored Nov 27, 2019
    Configuration menu
    Copy the full SHA
    cb13104 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Fix fake cert key length

    This changes the key length for the fake certificate to match the key length of the real certificate. A 1024-bit key prevented nginx from booting up on my server because of a "key too short" error.
    alexanderdushkin authored Jun 28, 2020
    Configuration menu
    Copy the full SHA
    9fdb946 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Change dummy cert rsa size from 1024 to 2048

    The recent version of nginx seems to require a certificate with at least 2048 bit rsa key.
    Jhyub authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    dafa16d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #96 from jhseo1107/master

    Change dummy cert rsa size from 1024 to 2048
    wmnnd authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    29b1a9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf44b23 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #77 from alexanderdushkin/patch-1

    Fix fake cert key length
    wmnnd authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    62a1c61 View commit details
    Browse the repository at this point in the history
Loading