Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion modules/caddytls/automation.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,10 @@ type AutomationPolicy struct {
// you may wish to increase the ratio to ~1/2.
RenewalWindowRatio float64 `json:"renewal_window_ratio,omitempty"`

// The type of key to generate for certificates.
// The type of key to generate for new certificates.
// Supported values: `ed25519`, `p256`, `p384`, `rsa2048`, `rsa4096`.
// Changing this setting does not affect existing certificates until they are
// renewed, because their private keys have already been generated.
KeyType string `json:"key_type,omitempty"`

// Optionally configure a separate storage module associated with this
Expand Down