Added ssl client support when req'd files present #1584
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request resolves #278 by modifying the nginx.tmpl to add support for either per host or global certificates and certificate revocation lists for client certificate verification.
To use a user must ensure that either a certificate authority is uploaded into /etc/nginx/certs when they start their proxied containers. To apply a ca globally the file must be called ca.crt and the crl must be ca.crl. To limit client certificate verification to a specific FQDN then the CA and optional CRL must be uploaded to /etc/nginx/certs with their name in the format of fqdn.ca.crt and fqdn.ca.crl (IE test.example.com.ca).