A set of scripts for implementing security certificates from the Australian Department of Education into Linux.
Important
This repository was not made or authorised by the Department of Education. Software comes with absolutely no warranty.
Note
This repository is no longer actively maintained due to the primary contributors having graduated. It should continue to work into the future, but may need minor tweaks.
Consult the guide at vale.rocks or follow the concise guide below:
$ git clone https://github.com/toastxc/DoE-Network-Kit-Linux.git
$ cd DoE-Network-Kit-Linux
Choose the script that matches your school. Use generic.sh
if there isn't one specific for your institution.
# sh generic.sh
- OpenSSL
- Curl
- Git (optional)
- NetworkManager
An update will be automatically applied for Fedora's networking. It can be found here:
https://github.com/toastxc/Fedora-Network-Fix
There are a few rules for contributing to this project.
- Never package certificates; only download them from restricted repositories.
- Test that modified scripts work before running a pull request.
- Comment complicated functions (BASH can be hard to read).