You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smallstep-certificates/pki
Herman Slatman d981b9e0dc
Add `--admin-subject` flag to `ca init`
The first super admin subject can now be provided through the
`--admin-subject` flag when initializing a CA.

It's not yet possible to configure the subject of the first
super admin when provisioners are migrated from `ca.json` to the
database. This effectively limits usage of the flag to scenarios
in which the provisioners are written to the database immediately,
so when `--remote-management` is enabled. It currently also doesn't
work with Helm deployments, because there's no mechanism yet to
pass this type of option to the Helm chart.

This commit partially addresses https://github.com/smallstep/cli/issues/697
2 years ago
..
testdata/helm Add default `SSHPOP` provisioner to Helm template output 2 years ago
helm.go Add default `SSHPOP` provisioner to Helm template output 2 years ago
helm_test.go Add `--admin-subject` flag to `ca init` 2 years ago
pki.go Add `--admin-subject` flag to `ca init` 2 years ago
templates.go mv pkg config -> step 3 years ago