Difference between revisions of "Online Certificate Status Protocol (OCSP)"
Jump to navigation
Jump to search
(→APT) |
|||
Line 4: | Line 4: | ||
− | == APT == | + | == APT: [[apt update]] == |
touch /etc/apt/apt.conf.d/99verify-peer.conf \ | touch /etc/apt/apt.conf.d/99verify-peer.conf \ | ||
&& echo >>/etc/apt/apt.conf.d/99verify-peer.conf "Acquire { https::Verify-Peer false }" | && echo >>/etc/apt/apt.conf.d/99verify-peer.conf "Acquire { https::Verify-Peer false }" |
Revision as of 15:00, 14 December 2023
This article is a Draft. Help us to complete it.
wikipedia:Online Certificate Status Protocol
APT: apt update
touch /etc/apt/apt.conf.d/99verify-peer.conf \ && echo >>/etc/apt/apt.conf.d/99verify-peer.conf "Acquire { https::Verify-Peer false }"
Nginx
ssl_stapling on;
ssl_stapling_verify on;
Related terms
- DogTag
- FreeIPA
- Nginx 1.19.0 (26 May 2020) include client certificate validation with OCSP
certbot certificates
- OCSP stapling
- apt
See also
- Online Certificate Status Protocol (OCSP), OCSP stapling
- TLS, mTLS: OpenSSL, LibreSSL, BoringSSL, WolfSSL, X.509,
.pem
, SNI, CT, OCSP, Mbed TLS, ALPN,your connection is not private
, SSL Certificate Checker, Wildcard certificate, JA3 fingerprint, sslcan, TLS inspection - Certbot, Let's Encrypt:
certbot (command)
, plugins, OCSP,certbot certificates
,certbot renew
(examples),/var/log/letsencrypt/letsencrypt.log
, Certificate Checker, Certbot changelog,certbot --help
,/etc/letsencrypt/
- CA, Root Certificates, FreeIPA, PKI, OpenCA, Wildcard certificate,
certtool
,certbot
(Let's Encrypt),certinfo
(Cloudflare), ACME, Boulder,cfssl
(Cloudflare), Public key certificate, public key, TLS and X.509, OCSP, Subject Alternative Name (SAN),openssl ca
, Self signed certificate, CSR,keytool
, ACM, KMS,aws acm
, IdenTrust, multirootca, cert-manager, ca_cert_identifier - Web server: Nginx:
/etc/nginx/nginx.conf
,nginx -t
, Nginx logs, Nginx change log, PHP,php-fpm
, Let's encrypt, Nginx directives, Reverse Proxy, Configure HTTP redirection Nginx, Return,proxy_pass (Reverse proxy)
,ngx_http_rewrite_module
,/etc/nginx/sites-enabled/
,error.log
,access.log
,/nginx status
, AIO
Advertising: