mirror of
https://github.com/mashirozx/Pixiv-Nginx.git
synced 2024-11-22 05:38:11 +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
17 lines
383 B
Plaintext
17 lines
383 B
Plaintext
[ req ]
|
|
default_bits = 2048
|
|
|
|
prompt = no
|
|
distinguished_name = req_distinguished_name
|
|
v3_extensions = v3_ext
|
|
|
|
[ req_distinguished_name ]
|
|
countryName = CN
|
|
organizationName = FuckGFW Foundation
|
|
commonName = Pixiv.net
|
|
|
|
[ v3_ext ]
|
|
keyUsage = keyCertSign,cRLSign
|
|
basicConstraints = CA:true
|
|
subjectKeyIdentifier = hash
|
|
authorityKeyIdentifier = keyid,issuer |