myApp.StartServerHTTP2(srvr, "srvr", port, 443,"keystore","b12xxxxx","b12xxxxx" ) ' port = 51046
Is this correct?
I purchased SSL cert from SSLs.com (namecheap)...
I had my VPS provider setup the certs on my VPS.
I created a keystore (named keystore) according to this command - and answering questions...
keytool -keystore keystore -alias jetty -genkey -keyalg RSA
Updated server with new jar and rebooted. The jar did start on the server, however
now I can't run the app in my browser.
Is this correct?
I purchased SSL cert from SSLs.com (namecheap)...
I had my VPS provider setup the certs on my VPS.
I created a keystore (named keystore) according to this command - and answering questions...
keytool -keystore keystore -alias jetty -genkey -keyalg RSA
Updated server with new jar and rebooted. The jar did start on the server, however
now I can't run the app in my browser.