To configure remote logging encryption options, use the logging remote command in configuration mode.
Syntax
[no] logging remote ssl cert-verify
logging remote ssl cipher-list {original | fips | cc-ndcpp | fips-and-cc-ndcpp | fips-high-security | cc-ndcpp-high-security | fips-and-cc-ndcpp-high-security | compatible}
no logging remote ssl cipher-list
logging remote ssl min-version {tls1 | tls1.1 | tls1.2}
no logging remote ssl min-version
Parameters
ssl cert-verify | Enables remote syslog SSL/TLS certificate verification. |
ssl cipher-list {original | fips | cc-ndcpp | fips-and-cc-ndcpp | fips-high-security | cc-ndcpp-high-security | fips-and-cc-ndcpp-high-security | compatible} | Configures the remote syslog cipher list for SSL/TLS:
|
no logging remote ssl cipher-list | Resets the remote syslog cipher list to its default (compatible). |
ssl min-version{tls1 | tls1.1 | tls1.2} | Configures the minimum SSL version for remote syslog:
|
no logging remote ssl min-version | Resets the remote syslog SSL minimum protocol version to the factory default (TLS v1.2). |
Example
The following example sets the minimum SSL version for remote syslog to TLSv1.
logging remote ssl min-version tls1
User role
Admin