mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 15:31:45 +00:00
10 lines
408 B
Bash
10 lines
408 B
Bash
#!/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
|