Explore >> Select a destination


You are here

labanskoller.se
| | www.jhanley.com
2.4 parsecs away

Travel
| | Introduction For a new project, I must validate Azure Access Tokens in PHP. This requires obtaining the public key to validate the JWT signature. This article shows the process of working with the Azure OpenID Connect Metadata Document to obtain... Continue Reading ?
| | wejn.org
3.0 parsecs away

Travel
| | A tale how running your own x509 root CA - for internal services - changed in the last 20 years.
| | nbailey.ca
3.3 parsecs away

Travel
| | Kubernetes is our generation's Asbestos.
| | blog.zespre.com
9.5 parsecs away

Travel
| Its always recommended to view web pages through HTTPS connections, even its just a static HTML page. So, as a content provider, its my duty to host websites with HTTPS. To enable HTTPS on the web server like Apache or Nginx, valid certificates are required. In my case, I have bought and configured a domain name on Gandi.net for my home cluster. Its better to have different certificates for each service than having a single wildcard certificate for all the services due to security concerns. However, I st...