Forum Discussion

jaked_150553's avatar
jaked_150553
Icon for Nimbostratus rankNimbostratus
Apr 07, 2015

exporting ssl certs from 10.x to 11.x

Between LTMs on 10.x it is easy to transfer the whole set of certificates from one F5 to another, just need to place certs/key files into /config/ssl/ssl.crt and /config/ssl/ssl.key files. Is it possible to do this between F5s on 11.x or between 10.x and 11.x? I tried moving cert/key files between LTMs on 11.x, they neither showed up on GUI nor in tmsh while creating the profile. And, what are those numbers at the end of cert/key file names in 11.x?

 

1 Reply

  • TechT's avatar
    TechT
    Icon for Nimbostratus rankNimbostratus

    Jaked, For 11.X certs and keys are stored under below locations if its under Common partitions

     

    CERT : /config/filestore/files_d/Common_d/certificate_d KEY : /config/filestore/files_d/Common_d/certificate_key_d

     

    To bind the cert and key to a profile use below command : create ltm profile client-ssl TEST cert TEST.crt key TEST.key