Skip to content

Instantly share code, notes, and snippets.

View saidgc's full-sized avatar

Said Gonzalez Conde saidgc

  • Méx
View GitHub Profile

Actualizar Certificado SSL de Nginx

Para actualizar el certificado SSL primero deberemos comprar un nuevo certificado

Pasos para actualizar ssl

  1. Crear un CSR:

    1. Primero se ejecuta esto en el servidor sudo openssl genrsa -out server.key 2048 donde tendremos que llenar los datos del certificado
#!/usr/bin/python
# -*- coding: utf-8 -*-
import re
"""
Ejercicio de python
source = "P@#yn26at^&i5ve"
Hacer una función llamada "separador" que me regrese:
¿Cuántas letras mayúsculas hay en el string "source"?
@saidgc
saidgc / index.html
Created June 30, 2019 19:43
Text with background image by CSS Knockout Text
<link rel="stylesheet" href="style.css">
<div class="backdrop">
<p class="text">Taitō</p>
</div>