certificates
Here are 665 public repositories matching this topic...
Configuration guidance for implementing the Windows 10 and Windows Server 2016 DoD Secure Host Baseline settings. #nsacyber
-
Updated
Sep 12, 2018 - HTML
Professional TLS/SSL Certificate Manager UI for Windows, powered by Let's Encrypt and compatible with all ACME v2 CAs. Download from certifytheweb.com
-
Updated
Jun 30, 2022 - C#
-
Updated
Jul 5, 2022 - Python
Stealing Signatures and Making One Invalid Signature at a Time
-
Updated
Aug 11, 2021 - Python
Local HTTPS development made easy
-
Updated
Jun 21, 2022 - TypeScript
Docker Certified Associate Exam Preparation Guide
-
Updated
Dec 16, 2021
X Certificate and Key management
-
Updated
Jun 22, 2022 - C++
A holistic way of understanding how WebRTC and its protocols run in practice, with code and detailed documentation.
-
Updated
May 22, 2022 - Go
Mirror of FreeIPA, an integrated security information management solution
-
Updated
Jul 6, 2022 - Python
-
Updated
Jul 5, 2022 - Go
Sharkey is a service for managing certificates for use by OpenSSH
-
Updated
Jul 1, 2022 - Go
Let's Encrypt / ACME client written in PHP for the CLI.
-
Updated
Nov 21, 2021 - PHP
Extract subdomains from SSL certificates in HTTPS sites.
-
Updated
Oct 11, 2020 - Python
Open source tool to help you build a valid SSL certificate chain.
-
Updated
May 18, 2020 - Shell
ACME Controller for OpenShift and Kubernetes Cluster. (Supports e.g. Let's Encrypt)
-
Updated
Feb 16, 2022 - Go
Dump ACME data from Traefik to certificates
-
Updated
Feb 17, 2022 - Go
A Prometheus exporter to monitor x509 certificates expiration in Kubernetes clusters or standalone
-
Updated
Jul 4, 2022 - Go
The Mozilla CA bundle extracted and converted to PEM. This repository functions as a backup to the automated service on the curl web site.
-
Updated
Jun 20, 2022
Simple periodic task to sync OSX Keychain certs to Homebrew installed OpenSSL & LibreSSL
-
Updated
May 5, 2022 - Shell
Extremely simple HTTPS client in Go, along with all the openssl commands to make certs work. Errors and solutions in the documentation.
-
Updated
Apr 15, 2017 - Go
Command line tool to check the validity and expiration dates of SSL certificates.
-
Updated
Sep 17, 2020 - Go
A crowdsourced directory tracking the compliance and security practices of cloud services and their subprocessors
-
Updated
Jul 16, 2021 - JavaScript
An easy to deploy Certificate Authority / Public Key Infrastructure using CFSSL, Lemur and Docker magic!
-
Updated
Dec 14, 2021 - Shell
ACME (RFC 8555) client daemon
-
Updated
May 21, 2022 - Rust
-
Updated
Jun 2, 2022 - Go
Certificate Expiry Monitor Controller monitors the expiration of TLS certificates used in Ingress.
-
Updated
May 18, 2021 - Go
Repositório que contém os componentes para facilitar a implementação de assinatura digital nos padrões da ICP-BRASIL
-
Updated
Jun 24, 2022 - Java
Improve this page
Add a description, image, and links to the certificates topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the certificates topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

The recommendation is to set
Cache-Control: private, no-storeon any endpoint with sensitive information. Because while you can protect the traffic with TLS, you also need to keep sensitive information out of a client's (unencrypted) HTTP cache. I'm not sure how relevant this is to the API context ofstep-cathough—I've never seen an HTTP client library that caches content. But I guess the poi