[MEDIUM] ACME PFX certificates exported with empty password #25
Labels
No labels
area:documentation
area:infrastructure
area:network
area:security
priority:critical
priority:high
priority:low
priority:medium
status:blocked
type:bug
type:deployment
type:enhancement
type:investigation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
reinitialized.net/infrastructure#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Labels: area:security, area:network, priority:medium, type:enhancement
Description
ACME certificate generation uses --pfx.pass= (empty password) for PKCS#12 certificates in:
Impact
Anyone who obtains the PFX file can use the private key without any password. If the file is exposed through a misconfigured service or backup, the TLS private key is compromised.
Recommended Fix
Set a strong password for PFX files, stored in the secrets management system.