SEAL APW REST Service with TLS Encryption¶
By default SEAL APW REST service uses HTTP to listen to the port specified in SEAL APW REST service configuration file.
Configuring the HTTPS Connection¶
-
Create a self-certified TLS certificate in PEM format, e. g. using OpenSSL.
-
Replace the following file by the newly created private key:
C:\ProgramData\SEAL Systems\config\tls-external\key.pem
-
Replace the following file by the newly created public certificate:
C:\ProgramData\SEAL Systems\config\tls-external\cert.pem
-
Set the
TLS_DIR_EXTERNAL
key to the corresponding path:TLS_DIR_EXTERNAL: C:\ProgramData\SEAL Systems\config\tls-external
Further Configuration¶
The optional TLS_CIPHERS
key customizes the TLS Cipher suites used.
For detailed information about the default TLS Cipher suite and other available suites, see Modifying the Default TLS Cipher suite.