Skip to content

Commit

Permalink
Add multi-issuer support to PKI Intermediate resources (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-gopalan authored May 31, 2023
1 parent 7fb70a6 commit 4af7644
Show file tree
Hide file tree
Showing 12 changed files with 529 additions and 335 deletions.
14 changes: 12 additions & 2 deletions internal/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,18 @@ const (
FieldIssuerID = "issuer_id"
FieldKeyRef = "key_ref"
FieldPemBundle = "pem_bundle"
FieldImportedIssuers = "imported_issuers"
FieldImportedKeys = "imported_keys"
FieldCAChain = "ca_chain"
FieldCSR = "csr"
FieldUseCSRValues = "use_csr_values"
FieldCertificateBundle = "certificate_bundle"
FieldRevoke = "revoke"
FieldPrivateKeyType = "private_key_type"
FieldAddBasicConstraints = "add_basic_constraints"
FieldExported = "exported"
FieldExpiration = "expiration"
FieldAutoRenew = "auto_renew"
FieldMinSecondsRemaining = "min_seconds_remaining"
FieldRenewPending = "renew_pending"

/*
common environment variables
Expand Down
Loading

0 comments on commit 4af7644

Please sign in to comment.