Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CAManager ¶
type CAManager interface {
NotifyBundleLoaded(ctx context.Context) error
NotifyOnBundleUpdate(ctx context.Context)
GetCurrentX509CASlot() manager.Slot
GetNextX509CASlot() manager.Slot
PrepareX509CA(ctx context.Context) error
ActivateX509CA(ctx context.Context)
RotateX509CA(ctx context.Context)
GetCurrentJWTKeySlot() manager.Slot
GetNextJWTKeySlot() manager.Slot
PrepareJWTKey(ctx context.Context) error
ActivateJWTKey(ctx context.Context)
RotateJWTKey(ctx context.Context)
PruneBundle(ctx context.Context) error
PruneCAJournals(ctx context.Context) error
}
Click to show internal directories.
Click to hide internal directories.