Forum Discussion
PicassoMendez
Nimbostratus
Sep 01, 2017How to create ssl-client profile via cli
What is the syntax for creating a ssl-client profile via cli
Stanislas_Piro2
Cumulonimbus
Sep 01, 2017Hi,
Mostly, I don't use create commands but create one with GUI then get the configuration with tmsh command:
list ltm profile client-ssl sslprofile
ltm profile client-ssl sslprofile {
app-service none
cert sslprofile.ddns.net_2017-08-29.crt
cert-key-chain {
sslprofile.ddns.net_2017-08-29 {
cert sslprofile.ddns.net_2017-08-29.crt
key sslprofile.ddns.net_2017-08-29.key
}
}
chain none
defaults-from client-ssl
inherit-certkeychain false
key sslprofile.ddns.net_2017-08-29.key
passphrase none
sni-default false
}
then, I modify in a text editor and load it with :
load sys config merge from-terminal
paste the text, CTRL-D and it's finished
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