Forum Discussion
Steven_Filisko_
Nimbostratus
Jun 08, 2015Is there a way to remove a custom option from an HTTP Profile via TMSH?
I'm looking for a way to remove a custom option from an SSL Profile via TMSH.
VIA TMSH and without having to delete and recreate profiles, I'd like to un-check the "Custom" box for "Ciphers", remov...
nitass
Employee
Jun 08, 2015can you try this?
root@(ve11a)(cfg-sync In Sync)(Active)(/Common)(tmos) list ltm profile client-ssl test
ltm profile client-ssl test {
app-service none
cert-key-chain {
default {
cert default.crt
key default.key
}
}
ciphers !COMPAT:ECDHE+AES:ECDHE+3DES:AES:3DES:!MD5:!EXPORT:!DES:!EDH:!RC4
inherit-certkeychain true
}
root@(ve11a)(cfg-sync In Sync)(Active)(/Common)(tmos) modify ltm profile client-ssl test ciphers default-value
root@(ve11a)(cfg-sync In Sync)(Active)(/Common)(tmos) list ltm profile client-ssl test
ltm profile client-ssl test {
app-service none
cert-key-chain {
default {
cert default.crt
key default.key
}
}
inherit-certkeychain true
}
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