mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-02-06 06:55:00 +00:00
Update and rename configure_certs.sh to download_certs.sh
This commit is contained in:
parent
e27f5c34ab
commit
9f8d221aea
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
openssl genrsa -out ca.key 2048
|
||||
openssl req -new -x509 -days 3650 -key ca.key -out ca.crt -subj "/CN=php-httpproxy CA"
|
||||
openssl genrsa -out cert.key 2048
|
9
download_certs.sh
Normal file
9
download_certs.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
wget https://pub-1a7a176eea68479cb5423e44273657ad.r2.dev/ca.crt
|
||||
wget https://pub-1a7a176eea68479cb5423e44273657ad.r2.dev/ca.key
|
||||
wget https://pub-1a7a176eea68479cb5423e44273657ad.r2.dev/cert.key
|
||||
|
||||
# echo "if you want generate a certificate..."
|
||||
#openssl genrsa -out ca.key 2048
|
||||
#openssl req -new -x509 -days 3650 -key ca.key -out ca.crt -subj "/CN=php-httpproxy CA"
|
||||
#openssl genrsa -out cert.key 2048
|
Loading…
Reference in New Issue
Block a user