|
You are here |
emilymstark.com | ||
| | | | |
littlemaninmyhead.wordpress.com
|
|
| | | | | Certificate pinning ("cert pinning" for short) is a technique used for mobile applications to add an extra layer of protection to secure communications. Some people additionally use the technique to prevent people from reverse engineering APIs via intercepting proxies, however this latter objective is hard to achieve against a determined hacker. Certificate pinning offers very... | |
| | | | |
textslashplain.com
|
|
| | | | | When you visit a HTTPS site, the server must present a certificate, signed by a trusted third-party (a Certificate Authority, aka CA), vouching for the identity of the bearer. The certificate contains an expiration date, and is considered valid until that date arrives. But what if the CA later realizes that it issued the certificate... | |
| | | | |
vninja.net
|
|
| | | | | Way back in 2017, the [CA/Browser Forum](https://cabforum.org/about-us/) voted on [Ballot 193 - 825-day Certificate Lifetimes](https://cabforum.org/2017/03/17/ballot-193-825-day-certificate-lifetimes/), which passed. In short, this means that CA issued certificates issued after March 1st 2018 can not have a validity period longer than 825 days. macOS Catalina implements this change, as described in [Requirements for trusted certificates in iOS 13 and macOS 10.15](https://support.apple.com/en-us/HT210176)... | |
| | | | |
blog.m5e.de
|
|
| | | In this Guide, I want to cover installing ZITADEL with PostgreSQL on a Linux system. Please be aware that PostgreSQL support is still in Beta at the time of this writing, and you will need a PostgreSQL installation with Version 14 or higher. NGINX Proxy Create a new subdomain and point it to your server. Use certbot -d domain.name for creating a new SSL Cert. Create a new file in /etc/nginx/sites-available/domainname | ||