IsProvisioned reports whether the automation policy has been provisioned. A provisioned policy has an initialized CertMagic instance (i.e. ap.magic != nil).
()
| 384 | // provisioned. A provisioned policy has an initialized CertMagic |
| 385 | // instance (i.e. ap.magic != nil). |
| 386 | func (ap *AutomationPolicy) IsProvisioned() bool { return ap.magic != nil } |
| 387 | |
| 388 | // RebuildCertMagic rebuilds the policy's CertMagic configuration from the |
| 389 | // policy's already-populated fields (Issuers, Managers, storage, etc.) and |
no outgoing calls
no test coverage detected