/
/
opt
/
gsutil
/
third_party
/
requests
/
tests
/
certs
/
expired
/
ca
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.63
PHP 8.3.16
Dir:
/opt/gsutil/third_party/requests/tests/certs/expired/ca
Edit:
/opt/gsutil/third_party/requests/tests/certs/expired/ca/Makefile
.PHONY: all clean root_files = ca-private.key ca.crt ca-private.key: openssl genrsa -out ca-private.key 2048 all: ca-private.key openssl req -x509 -sha256 -days 7300 -key ca-private.key -out ca.crt -config ca.cnf ln -s ca.crt cacert.pem clean: rm -f cacert.pem ca.crt ca-private.key *.csr
Ukuran: 297 B