Oct
28
2021
SSL or TLS supported on a JVM can change depending on many things. Here are the many factors it depends on, and how to display which SSL versions are available and enabled on your JVM. Factors Affecting SSL Support SSL support depends first on your JDK version. TLS 1.0 and 1.1 are disabled on more […]
Tags: Encryption, SSL
Oct
09
2021
Install cert-manager Cert-manager comes as a Helm chart with its own custom resources you can install on your Kubernetes cluster. It helps certificates automation, renewal and management. It is a MUST have when you deal with certificate providers who offer APIs that let you automate these processes. On the side, you’d better renew LetsEncrypt certificate […]
Tags: Certificate, IBM, IBMCloud, Kubernetes, Nginx, SSL
Sep
24
2016
While generating a Microsoft Exchange (or IIS web server) certificate, take the opportunity to add extra domain names and reuse it on Apache web servers. This will save you a few bucks and time, unless the CA provides a certificate for multiple platforms. PFX is a popular exchange format on Microsoft software such as Exchange […]
Tags: Apache, Certificate, Exchange, iis, Openssl, SSL
Jun
11
2007
This is related to Freeradius software but can be applied to any application that needs to encrypt Mysql traffic. Freeradius is compliant to Radius protocol characteristics, which give ability to accomplish various actions, such as authenticate users. Number of caveats have been found, not related to the software but to the protocol. Joshua Hill from […]
Tags: Database, Encryption, Freeradius, Mysql, Openssl, performance, radius, SSL