Correct extension
This commit is contained in:
parent
44c398a875
commit
62986bd197
@ -8,7 +8,7 @@ Public key infrastructure (PKI) related resources.
|
|||||||
|
|
||||||
### Adding to Trust Stores
|
### Adding to Trust Stores
|
||||||
#### Arch Linux
|
#### Arch Linux
|
||||||
`sudo trust anchor --store root.crt`
|
`sudo trust anchor --store root.cer`
|
||||||
|
|
||||||
#### Debian
|
#### Debian
|
||||||
```
|
```
|
||||||
@ -19,15 +19,15 @@ sudo update-ca-certificates
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### iOS
|
#### iOS
|
||||||
Visit [https://pki.vimium.com/root.crt](https://pki.vimium.com/root.crt) in Safari.
|
Visit [https://pki.vimium.com/root.cer](https://pki.vimium.com/root.cer) in Safari.
|
||||||
1. Go to Settings > General > About > Certificate Trust Settings
|
1. Go to Settings > General > About > Certificate Trust Settings
|
||||||
1. Turn on trust for "Vimium Root CA" under "Enable full trust for root certificates"
|
1. Turn on trust for "Vimium Root CA" under "Enable full trust for root certificates"
|
||||||
|
|
||||||
#### macOS
|
#### macOS
|
||||||
`sudo security add-trusted-cert -d -p ssl -p basic -k /Library/Keychains/System.keychain root.crt`
|
`sudo security add-trusted-cert -d -p ssl -p basic -k /Library/Keychains/System.keychain root.cer`
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
`certutil -addstore root root.crt`
|
`certutil -addstore root root.cer`
|
||||||
|
|
||||||
## Web
|
## Web
|
||||||
Public documentation and files at [http://pki.vimium.com](http://pki.vimium.com).
|
Public documentation and files at [http://pki.vimium.com](http://pki.vimium.com).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user