Last Modified: Jun 29, 2024
Affected Product(s):
BIG-IP LTM
Opened: Jun 18, 2024 Severity: 3-Major
While renewing the CSR, key-usage value is set to empty.
Unable to configure the key-usage when renewing the CSR.
While renewing the CSR with key-usage.
As a workaround, delete the complete certificate from GUI and create it using the below commands on CLI > tmsh create sys crypto key test100.com key-size 2048 key-type rsa-private > tmsh create sys crypto csr test100.com common-name \"test100.com\" key test100.com key-usage digitalSignature Note: Here 'test100.com' is the certificate name.
None