Steve Shipway
Steve Shipway
The OP was trying to connect on port 433 (which wont work as the template listens on port 443); also the original template would schedule the load balancer on hosts...
Since logging this, we removed IPv6 from the system, so Ive set up a new one. Verifying test environment (no ip6 address though it is enabled in kernel) ``` $...
This is the command I use for importing a smallstep-generated cert without alias into a JKS: ``` keytool -importkeystore -srckeystore cert.p12 -srcstoretype PKCS12 \ -destkeystore keystore \ -destalias foo.smxemail.com -srcalias...
Pull request #9 provided for this fix