Forum Discussion
Configuring Client SSL Profile from TMSH
If you just need to add a client-ssl profile to your virtual server, you can use this command, replacing ' my-virtual-server-name' for your virtual server name and 'clientssl' with the name of the certificate
tmsh modify ltm virtual my-virtual-server-name add { clientssl }
- MattewsJul 01, 2019Cirrus
Ok but where i can put the name of the certificate (already created) that must be associated with the ssl profile?
This is my conf:
create ltm virtual VS { destination x.x.x.x:443 ip-protocol tcp mask 255.255.255.255 pool POOL profiles add { tcp {} } source 0.0.0.0/0 source-address-translation { type automap } translate-address enabled translate-port enabled vlans-enabled enabled vlans add { VLAN1 VLAN2 } }
Thanks
- MattewsJul 01, 2019Cirrus
Sorry,
i read now the full description, so just insert the certificate name only to implement the client ssl profile? without any brackets?
- Lee_SutcliffeJul 01, 2019Nacreous
you need to create a client SS L profile first and attach this to your virtual server. You don't add certificates directly
- Lee_SutcliffeJul 01, 2019Nacreous
looks ok, tmsh will auto complete so you can build the config up in the cli without hitting enter to verify your syntax.
You don't need to add source, 0.0.0.0/0 is implied if you leave it off.
- MattewsJul 01, 2019Cirrus
Sure, in fact i have already configured the ssl profile, i put the profile name on the space between brackets, is there something else to add on the conf ? other brackets etc ??
Recent Discussions
Related Content
* 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