Example: web.set_certificate_ex
In the following example, the set_certificate_ex function provides information about the certificate's location, type, and password.
web.set_certificate_ex(
new String []{
"CertFilePath=cert1.pem",
"CertFormat=PEM",
"KeyFilePath=key1.pem",
"KeyFormat=PEM",
"Password=donkey",
web.LAST
});

