mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 14:20:30 +01:00
[PR #424] [CLOSED] configurable OPENSSL variable for each certificate. #830
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/424
Author: @nanorkyo
Created: 8/18/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
e42667bOPENSSL variable configurable for each certificate.a7786demerge branch from v0.4.0-OPENSSL-each-cert.📊 Changes
1 file changed (+5 additions, -3 deletions)
View changed files
📝
dehydrated(+5 -3)📄 Description
I want to sign any certificates from custom CSRs generated by appliance equipments, which are HPE iLO4, Infoblox and others. Almost #377 is same, but not different approch.
I decided to make OPENSSL variable configurable for each certificate, like
OPENSSL=APPLIANCE_opensslin ${certdir}/config, not only global.If APPLIANCE_openssl called
req -new ...from dehydrated, it call Generate CSR API to its own appliance equipment like following.I'm tested on following environment.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.