Forum Discussion

inter84_376679's avatar
inter84_376679
Icon for Nimbostratus rankNimbostratus
Nov 29, 2018

Installing Web certificates via command line F5

Hello,

 

Much appreciate any help, regarding the following question:

 

So basically, we have the certificate, key, pem etc, - generated by some external server, for a certain list of domains.

 

Is there a bypass to the certificate install by the command line at the F5 (and not via GUI)?

 

We have lots of certs that needed to be installed on the F5, and we are looking for more automated way of doing it. In addition, we are familiar with the “lets encrypt” dehydrated script, but we cannot use it here.

 

Thanks!

 

1 Reply

  • We have lots of certs that needed to be installed on the F5, and we are looking for more automated way of doing it. In addition, we are familiar with the “lets encrypt” dehydrated script, but we cannot use it here.

    The answer is in this script...

    tmsh install sys crypto key www.company.com.key from-local-file /tmp/www.company.com.key; 
    tmsh install sys crypto cert www.company.com.crt from-local-file /tmp/www.company.com.crt;