-
Notifications
You must be signed in to change notification settings - Fork 29
/
learn.json
25 lines (24 loc) · 1.23 KB
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"language": "bash",
"title": {
"us": "Configuring a Secure Server with SSL/TLS Using OpenSSL",
"es": "Configurar un Servidor Seguro con SSL/TLS Utilizando OpenSSL"
},
"slug": "configuring-secure-server-ssl-tls-openssl",
"description": {
"us": "Learn how to configure a secure server using OpenSSL to provide secure communications via SSL/TLS.",
"es": "Aprende a configurar un servidor seguro utilizando OpenSSL para proporcionar comunicaciones seguras mediante SSL/TLS."
},
"preview": "https://raw.githubusercontent.com/breatheco-de/set-up-an-SSL-in-openSSL-with-a-secure-server/main/.learn/assets/preview.png",
"repository": "https://github.com/breatheco-de/set-up-an-SSL-in-openSSL-with-a-secure-server",
"duration": 2,
"difficulty": "intermediate",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"technologies": ["cybersecurity", "network", "ciberseguridad", "redes"],
"delivery":{
"instructions": {
"en": "Please upload your report.json file to your GitHub repository and provide the link to your repository here",
"es": "Por favor sube tu archivo report.json a tu repositorio de GitHub y proporciona el enlace a tu repositorio aquí"
}
}
}