Difference between revisions of "Online Certificate Status Protocol (OCSP)"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
[[wikipedia:Online Certificate Status Protocol]] | [[wikipedia:Online Certificate Status Protocol]] | ||
− | == 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 }" | ||
Line 22: | Line 20: | ||
== See also == | == See also == | ||
* {{OCSP}} | * {{OCSP}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Security]] | [[Category:Security]] |
Latest revision as of 15:42, 2 October 2024
wikipedia:Online Certificate Status Protocol
APT: apt update[edit]
touch /etc/apt/apt.conf.d/99verify-peer.conf \ && echo >>/etc/apt/apt.conf.d/99verify-peer.conf "Acquire { https::Verify-Peer false }"
Nginx[edit]
ssl_stapling on;
ssl_stapling_verify on;
Related terms[edit]
- DogTag
- FreeIPA
- Nginx 1.19.0 (26 May 2020) include client certificate validation with OCSP
certbot certificates
- OCSP stapling
- apt
See also[edit]
Advertising: