mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-06-21 18:18:45 +00:00
add rsa 1024 support (not recommended though)
This commit is contained in:
parent
b878deaf2d
commit
b633a357c7
4 changed files with 14 additions and 14 deletions
|
@ -7,10 +7,10 @@ proprietary tools (such as cryptlib).
|
|||
|
||||
This tool's create functionality is modeled from the APC NMCSecurityWizardCLI
|
||||
aka `NMC Security Wizard CLI Utility`. The files it generates should be
|
||||
comaptible with any UPS that accepts p15 files from that tool, though
|
||||
currently my tool only supports RSA 2,048 bit keys. This was done since
|
||||
1,024 is generally not considered secure any more and most (all?) public
|
||||
ACME services won't accept keys of this size.
|
||||
comaptible with any UPS that accepts p15 files from that tool. Only RSA 1,024
|
||||
and 2,048 bit keys are accepted. 1,024 bit RSA is no longer considered
|
||||
completely secure; avoid keys of this size if possible. Most (all?) public
|
||||
ACME services won't accept keys of this size anyway.
|
||||
|
||||
The install functionality is a custom creation of mine so it may or may not
|
||||
work depending on your exact setup. My setup (and therefore the testing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue