Forum Discussion
PhilDB
Nimbostratus
May 12, 2021different between delete sys file ssl-cert and delete sys crypto cert
what the difference between delete sys file ssl-cert and delete sys crypto cert ?
Dario_Garrido
Noctilucent
May 16, 2021Hello PhilDB.
Actually, there is no difference between:
delete sys crypto cert test
delete sys file ssl-cert testThe difference between module 'crypto' and 'file ssl-cert' is only during creation. Let me show you with an example:
# Create cert with crypto
create sys crypto key test key-size 1024
create sys crypto cert test key test common-name test.com
# Create cert with file ssl-cert
create sys file ssl-cert test source-path http://repo.example.com/test.crtAs you can see above, one for importing files ('file ssl-cert') and the other one for creating them by F5 device.
Despite this, both are stored in the same database.
Regards,
Dario.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects