Skip to content

Commit

Permalink
⚙️: Create generate certificate command
Browse files Browse the repository at this point in the history
  • Loading branch information
pphatdev authored Dec 11, 2024
1 parent 05b29c9 commit a741332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/generate_ssl_cert.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout C:/xampp/apache/conf/ssl.key/pphatdev.local.key -out C:/xampp/apache/conf/ssl.crt/pphatdev.local.crt -config pphatdev.local.cnf

0 comments on commit a741332

Please sign in to comment.