management-security

Usage

<management-security xmlns="urn:brocade.com:mgmt:brocade-crypto">
	<ssl-profile>
		<server>
			<tls>
				<min-version>1.2</min-version>
			</tls>
		</server>
		<client>
			<tls>
				<min-version>1.3</min-version>
			</tls>
		</client>
	</ssl-profile>
</management-security>

Parameters

ssl-profile
Indicates the SSL profile being configured. SSL profile can be Server or Client. The same device can also be configured as both a Server and a Client.
server
Configures the server side TLS version. This version is used when the device acts as a Server.
client
Configures the client side TLS version. This version is used when the device act as a Client.
tls
Indicates that TLS version is being configured.
min-version
Configures the minimum supported TLS version.