Forum Discussion
33boston_223
Nimbostratus
Oct 22, 2014Generate CSR SHA-2
Hi all,
Does anyone know if the LTM version 10.2.1 HF3 is capable of generating a CSR using SHA-256?
I'm not able to find anywhere within the GUI that will allow you to do this.
Thanks!
mimlo_61970
Cumulonimbus
Oct 22, 2014No support for it in the web interface, but you can do it from a bash shell using openssl
openssl req -new -newkey rsa:2048 -nodes -sha256 -out www.mydomain.com.sha256.csr -keyout www.mydomain.key
You can then import the private key via the web interface, and send the CSR to the CA to get your certificate.
I'm not 100% sure 10.2.1 supports SHA-256. One document I found says it was added in 10.1 and another says 10.2.3
mimlo_61970
Cumulonimbus
Oct 22, 2014fyi, the above command will prompt you to enter all of the Subject attributes.
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