Thanks to visit codestin.com
Credit goes to github.com

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: saltstack-formulas/letsencrypt-formula
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: saltstack-formulas/letsencrypt-formula
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Aug 26, 2020

  1. refactor: use domains' setname as --cert-name option

    Certbot has the ability to name a certificate with the --cert-name option.
    
    This allows us for instance to refers to this same setname to other
    configuration and then further automate virtualhost creation in nginx or apache.
    
    BREAKING CHANGE: Since this domains' setname was not used, the path was named
    after the first domain in the domains set. In order to keep using this workflow,
    you need to rename the setname with the first domain in the list like the
    following:
    ```
    letsencrypt:
      domains:
        foo.example.com:
          - foo.example.com
    ```
    kiniou committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    68fb247 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from kiniou/use-domains-setname-as-cert-name-o…

    …ption
    
    refactor: Use domains' setname as --cert-name option
    myii authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    aef0136 View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.0.0 [skip ci]

    # [2.0.0](v1.1.0...v2.0.0) (2020-08-26)
    
    ### Code Refactoring
    
    * use domains' setname as --cert-name option ([68fb247](68fb247))
    
    ### BREAKING CHANGES
    
    * Since this domains' setname was not used, the path was named
    after the first domain in the domains set. In order to keep using this workflow,
    you need to rename the setname with the first domain in the list like the
    following:
    ```
    letsencrypt:
      domains:
        foo.example.com:
          - foo.example.com
    ```
    semantic-release-bot committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    5b603ad View commit details
    Browse the repository at this point in the history
Loading