resilient/ssl
2025-05-22 19:23:40 +01:00
..
readme Initial Project Commit 2025-05-22 19:23:40 +01:00
server.crt Initial Project Commit 2025-05-22 19:23:40 +01:00
server.key Initial Project Commit 2025-05-22 19:23:40 +01:00

This certificates ares destined to be used in ANGULAR DEV only, to enable HTTPS access.

openssl req -x509 -newkey rsa:2048 -nodes -keyout ssl/server.key -out ssl/server.crt -days 365 -subj "/CN=localhost"