docs.verry.org/content/geek/tools/openssl.md

24 lines
267 B
Markdown
Raw Permalink Normal View History

2024-05-10 21:08:07 +00:00
+++
title = 'Openssl'
date = 2024-05-10T22:59:58+02:00
+++
## OCSP stapling
## Client web
```bash
openssl s_client <ip>:<port> -servername <hostname>
```
## Vérifier
vérifier un certificat
# TLS
## TLS v1.0 max
```bash
openssl s_client -tls1 -servername
```