This helped me a lot, thanks!! I just want to note that in the section "Securing SuperServer" there is a typo where it says:

set sc = ##class(Security.SSLConfig).Create("%SuperServer", .p)

should say:

set sc = ##class(Security.SSLConfigs).Create("%SuperServer", .p)

Because it threw me a "Class Does Not Exists" error.

Regards,

Mauro