Skip to content

Instantly share code, notes, and snippets.

View TheClio69's full-sized avatar
🤔
Nice to meet you, how did you get here?

Renaud TheClio69

🤔
Nice to meet you, how did you get here?
View GitHub Profile
import Lesson from 'https://pastebin.com/raw/Q361n6hd'
@echo off
set /p domain="Enter Domain: "
set OPENSSL_CONF=../apache/conf/openssl.cnf
if not exist .\%domain% mkdir .\%domain%
..\apache\bin\openssl req -config cert.conf -new -sha256 -newkey rsa:2048 -nodes -keyout %domain%\server.key -x509 -days 3650 -out %domain%\server.crt
echo.
echo -----