Add JWK provisioner to generic config.
Fix linter errors.
This commit is contained in:
parent
536536c92d
commit
47a30f1524
3 changed files with 64 additions and 37 deletions
|
@ -163,7 +163,7 @@ func onboardAction(ctx *cli.Context) error {
|
|||
}
|
||||
|
||||
func onboardPKI(config onboardingConfiguration) (*config.Config, string, error) {
|
||||
var opts = []pki.PKIOption{
|
||||
var opts = []pki.Option{
|
||||
pki.WithAddress(config.Address),
|
||||
pki.WithDNSNames([]string{config.DNS}),
|
||||
pki.WithProvisioner("admin"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue