Add selfsigned certificates support to Robust and osGetLinkInventoryKeys plus some fixes

This commit is contained in:
Adil El Farissi
2024-03-29 03:56:03 +00:00
committed by UbitUmarov
parent c2c3ca418a
commit ac9ed3d5d1
10 changed files with 136 additions and 22 deletions

View File

@@ -405,23 +405,23 @@
; #
; Enable selfsigned certificate creation for local and external use. When set to true, will create a folder SSL\ and 2 sub folders SSL\ssl\ and SSL\src\. Next creates and store an RSA private key in SSL\src\ and the derived selfsigned certificate in SSL\ssl\ folder. Is also possible to renew the certificate on every server restart if CertRenewOnStartup is set to true.
EnbleSelfsignedCertSupport = false
EnableSelfsignedCertSupport = false
; Is free... so why not :). Renew the selfsigned certificate on every server startup ?
;CertRenewOnStartup = true
CertRenewOnStartup = true
; # Certificate options:
; Set the certificate file name. the output files extensions are CertFileName.p12 and CertFileName.pfx.
;CertFileName = "OpenSim"
CertFileName = "OpenSim"
; Set the certificate password.
;CertPassword = "mycertpass"
CertPassword = "mycertpass"
; The certificate host name (domain or IP of this machine CN).
;CertHostName = ${Const|BaseHostname}
CertHostName = ${Const|BaseHostname}
; The certificate host IP (IP of this machine).
;CertHostIp = "127.0.0.1"
CertHostIp = "127.0.0.1"
; #
; # SSL certificates validation options