mirror of
https://github.com/mashirozx/Pixiv-Nginx.git
synced 2024-11-13 09:18:12 +08:00
d52796603b
* fix Wikipedia ip 198.35.26.96 早已被封锁; 103.102.166.224 不稳定。 * add nyaa.si * update hosts * add batch file for self-sign cert * Add files via upload * Delete crtserial.srl * fix bat * fix: remove unexist extensions * add gif teaching
8 lines
380 B
Batchfile
8 lines
380 B
Batchfile
echo 01 > crtserial.srl
|
|
break > index.txt
|
|
openssl genrsa -out pixiv.net.key 2048
|
|
openssl genrsa -out rootCA.key 2048
|
|
openssl req -new -x509 -key rootCA.key -out rootCA.crt -days 3650 -config config_rootCA.txt
|
|
openssl req -new -sha256 -key pixiv.net.key -out pixiv.net.csr -config config_childCA.txt
|
|
openssl ca -config config_signCA.txt -in pixiv.net.csr -out pixiv.net.crt
|