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
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
[ req ]
|
|
default_bits = 2048
|
|
|
|
prompt = no
|
|
distinguished_name = req_distinguished_name
|
|
req_extensions = v3_req
|
|
|
|
[ req_distinguished_name ]
|
|
countryName = CN
|
|
organizationName = FuckGFW Foundation
|
|
commonName = PixivCA
|
|
|
|
[ alternate_names ]
|
|
DNS.01 = *.pixiv.net
|
|
DNS.02 = pixiv.net
|
|
DNS.03 = *.secure.pixiv.net
|
|
DNS.04 = pixivision.net
|
|
DNS.05 = *.pixivision.net
|
|
DNS.06 = pixiv.me
|
|
DNS.07 = *.pixiv.me
|
|
DNS.08 = pximg.net
|
|
DNS.09 = *.pximg.net
|
|
DNS.10 = pixivsketch.net
|
|
DNS.11 = *.pixivsketch.net
|
|
DNS.12 = public-api.secure.pixiv.net
|
|
DNS.13 = wikipedia.org
|
|
DNS.14 = *.wikipedia.org
|
|
DNS.15 = m.wikipedia.org
|
|
DNS.16 = *.m.wikipedia.org
|
|
DNS.17 = google.com
|
|
DNS.18 = *.google.com
|
|
DNS.19 = steamcommunity.com
|
|
DNS.20 = *.steamcommunity.com
|
|
DNS.21 = steampowered.com
|
|
DNS.22 = *.steampowered.com
|
|
DNS.23 = archiveofourown.org
|
|
DNS.24 = *.archiveofourown.org
|
|
DNS.25 = nyaa.si
|
|
DNS.26 = *.nyaa.si
|
|
|
|
[ v3_req ]
|
|
keyUsage = digitalSignature
|
|
extendedKeyUsage = serverAuth,clientAuth
|
|
basicConstraints = CA:false
|
|
subjectAltName = @alternate_names
|
|
subjectKeyIdentifier = hash |