1e11bbfa9f5bafc8d2a7e9783863575aa0c6a734
services/Certificate-Authority.md
| ... | ... | @@ -121,7 +121,19 @@ Install `ca-certificates-dn42` from [AUR](https://aur.archlinux.org/packages/ca- |
| 121 | 121 | |
| 122 | 122 | ### Debian/Ubuntu |
| 123 | 123 | |
| 124 | -There is no packet at the moment, but you can install it manually: |
|
| 124 | +#### Unofficial Debian Package |
|
| 125 | + |
|
| 126 | +```bash |
|
| 127 | +wget https://ca.dn42.us/ca-dn42_20161122.0_all.deb |
|
| 128 | +# If you're on a dn42-only network: |
|
| 129 | +# wget --no-check-certificate https://ca.dn42/ca-dn42_20161122.0_all.deb |
|
| 130 | +sudo dpkg -i ca-dn42_20161122.0_all.deb |
|
| 131 | +sudo dpkg-reconfigure ca-certificates |
|
| 132 | +``` |
|
| 133 | + |
|
| 134 | +You will be asked which certificates you would like to enabled. By default, the dn42 root certifcate (dn42/root-ca.crt) is not enable, be sure to enable it. This package is waiting for inclusion in Debian (Debian bug [#845351](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845351)). |
|
| 135 | + |
|
| 136 | +#### Manual Installation |
|
| 125 | 137 | |
| 126 | 138 | ```bash |
| 127 | 139 | $ mkdir /usr/share/ca-certificates/extra |