We have a pair of AXs in HA for an SSL Web application, CA-Signed Certificate will be used on AX for SSL-offload.
---------------------------------------------------------------------------------------------------
From ADC Config guide:
After the CSR is generated, send the CSR to the CA. After you receive the
signed certificate from the CA, use the import command to import the CA
onto the AX device. The key does not need to be imported. The key is generated
along with the CSR.
---------------------------------------------------------------------------------------------------
We can simply generate the CSR on AX01 and import the signed cert into the device.
But how about another AX device?
According to config guide we need to import the CA-signed cert to AX02 because the CSR is not generate by AX02. But where can we export the key from AX01?