Difference between revisions of "Online Certificate Status Protocol (OCSP)"

From wikieduonline
Jump to navigation Jump to search
 
(16 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
[[wikipedia:Online Certificate Status Protocol]]
 
[[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]] ==
 +
* <code>ssl_stapling on;</code>
 +
* <code>ssl_stapling_verify on;</code>
 +
 +
== Related terms ==
 +
* [[DogTag]]
 +
* [[FreeIPA]]
 +
* [[Nginx change log|Nginx 1.19.0]] (26 May 2020) include client certificate validation with OCSP
 +
* <code>[[certbot certificates]]</code>
 +
* [[OCSP stapling]]
 +
* [[apt]]
  
 
== See also ==
 
== See also ==
 +
* {{OCSP}}
 +
* {{TLS}}
 
* {{certbot}}
 
* {{certbot}}
 +
* {{CA}}
 
* {{Nginx}}
 
* {{Nginx}}
  
  
 
[[Category:Security]]
 
[[Category:Security]]

Latest 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[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]

See also[edit]

Advertising: