Skip to main content

Security Commands

(2019-01-20)

Problem

Collection of the SSL mitigations I've been collecting.

Solution

No commentary. See individual pages in the Cisco/ASA hierarchy for details and sources.

conf t
ssl cipher tlsv1 fips
ssl cipher tlsv1.1 fips
ssl cipher tlsv1.2 fips
ssl dh-group group14
ssl server-version tlsv1.2
ssl client-version tlsv1.2
exit
wr me
exit