Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Allow multiple certificates to be handeld #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Akasch
Copy link
Contributor

@Akasch Akasch commented Jan 31, 2017

The first new option MULTIBLE_HPKP_CONF tells the script to generate the nginx
config file name from the common name of the certificate currently
handled. This allow the script to handle more than one Domain with different
private keys.

The second new config variable STATIC_PIN_FILE allows it to define a file
from which the STATIC_PIN for each common name is read. This basically allows
it to have an different backup key per CN. The file is organized line wise separated by
space the CN and the HPKP static pin.

@Akasch Akasch changed the title Allow multible certificates to be handeld Allow multiple certificates to be handeld Jan 31, 2017
@Akasch Akasch force-pushed the feature_multible_certs branch from 20e82f2 to 99b4e0c Compare February 1, 2017 13:31
The first new option MULTIPLE_HPKP_CONF tells the script to generate the nginx
config file name from the common name of the certificate currently
handled. This allow the script to handle more than one Domain with different
private keys.

The second new config variable STATIC_PIN_FILE  allows it to define a file
from which the STATIC_PIN for each common name is read. This basically allows
it to have an different backup key per CN. The file is organized line wise
separated by a space the CN and the HPKP static pin.
@Akasch Akasch force-pushed the feature_multible_certs branch from 99b4e0c to 22fcffc Compare February 1, 2017 13:33
@Akasch
Copy link
Contributor Author

Akasch commented Feb 1, 2017

While applying it in production i have fond an error in this, and corrected it now. Also I had an spelling error in the variables, now corrected

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant