This commit is contained in:
Ubuntu
2025-07-07 20:18:25 +00:00
parent 95024e208c
commit 2228a68ff3
25 changed files with 207 additions and 413 deletions
@@ -0,0 +1,7 @@
#!/bin/sh
mkdir -p /etc/ssl/private
openssl req -x509 -nodes -days 365 \
-subj "/C=FR/ST=Paris/L=Paris/O=42/OU=Login/CN=yantoine.42.fr" \
-newkey rsa:2048 \
-keyout /etc/ssl/private/yantoine.42.fr.key \
-out /etc/ssl/private/yantoine.42.fr.crt