-
Notifications
You must be signed in to change notification settings - Fork 212
Open
Description
Could be a documentation issue - there is nothing in the README.md. I generated an Intermediate certificate using these steps:
./bin/certstrap-master-linux-amd64 init --common-name "Unit Test Server Root CA" --key-bits 1024 --expires "100 years"
./bin/certstrap-master-linux-amd64 request-cert --common-name "Unit Test Server Intermediate CA" --key-bits 1024
./bin/certstrap-master-linux-amd64 sign --expires "100 years" --CA "Unit Test Server Root CA" --intermediate "Unit Test Server Intermediate CA"
./bin/certstrap-master-linux-amd64 request-cert --common-name "localhost" --ip "127.0.0.1" --domain "localhost" --key-bits 1024
./bin/certstrap-master-linux-amd64 sign --expires "100 years" --CA "Unit Test Server Intermediate CA" "localhost"
I'm trying to debug it, but can't quite figure out what it this comment means:
// Not allow any non-self-issued intermediate CA, sets MaxPathLen=0
Should I generate my Intermediate CA differently?
oreza, antong, MousyBusiness, gunzy83 and n30fly
Metadata
Metadata
Assignees
Labels
No labels