CONFIG AUTH HTTPS
Level
user,modify
History
Appears in Netasq 6.1.0
level changes from other,modify to user,modify in Netasq 9.0.0
sslparanoiac appears in Netasq 9.1.0
tlsv13 appears in 4.2.0
Description
Advanced SSL parameters configuration.
Usage
[certificate=<name of privkey object>] [cipherlist=<supported cipher list>] [sslparanoiac=<0|1>] [tlsv13=<0|1>]
Returns
Error Code
Remark
Those values are also used by the SSL VPN. All lists use the coma separator.
certificate : private key and certificate used by the server for SSL
ca_custom : ca certificate sent to client and 'ca_verify' used to trust client certificate
cipherlist : list of supported ciphers
sslparanoiac : Paranoiac mode on ssl connection
tlsv13 : TLS 1.3 available on ssl connection
Example
CONFIG AUTH HTTPS certificate=mycertificate cipherlist="AES256-SHA,RC4-MD5"