{{define "title"}}Edit DKIM Selector{{end}} {{define "content"}}

Edit DKIM Selector

Back to DKIM Keys
Please provide a valid selector (letters, numbers, hyphens, and underscores only).
The selector is used in DNS records to identify this DKIM key (e.g., "selector._domainkey.{{.domain.DomainName}}")
Current Information

Domain: {{.domain.DomainName}}

Current Selector: {{.dkim_key.Selector}}

Status: {{if .dkim_key.IsActive}}Active{{else}}Inactive{{end}}

Created: {{strftime "%Y-%m-%d %H:%M:%S" .dkim_key.CreatedAt}}

Important Note

Changing the selector will require updating your DNS records to match the new selector name.

Cancel
DNS Record Information
Current DNS Record

Name: {{.dkim_key.Selector}}._domainkey.{{.domain.DomainName}}

Type: TXT

Tip: After changing the selector, update your DNS provider to use the new record name. The value stays the same.

{{end}}