Install or import the certificates for the HTTPS Server.
To configure Mutual Authentication do the following:
crypto ca import-pkcs type pkcs12 cert-type https protocol FTP directory /mydir-name file /myfile-name source-ip 10.11.12.13 user user-name password password
SLX(config)# http server use-vrf mgmt-vrf shutdown SLX(config)# no http server use-vrf mgmt-vrf shutdown SLX(config)# end
crypto import httpsclientca directory /mydir-name file /myfile-name host 10.11.12.13 user user-name password password
SLX(config)# http server use-vrf mgmt-vrf shutdown SLX(config)# no http server use-vrf mgmt-vrf shutdown SLX(config)# end