# Certificados (TLS/SSL)

## Validez del certificado

```bash
testssl "https://ejemplo.com" | grep "Certificate Validity"
```

## Certificado autofirmado

```bash
testssl "https://ejemplo.com" | grep "Chain of trust"
```
