Welcome to the Pritunl Zero repository! This project aims to provide a comprehensive solution for implementing zero trust security with Pritunl.
Pritunl Zero is designed to enhance your security posture by implementing zero trust principles. It includes configurations and scripts to ensure a secure and efficient deployment.
Before you begin, ensure you have met the following requirements:
- Docker installed on your machine
- Basic knowledge of shell scripting
To install Pritunl Zero, follow these steps:
-
Clone the repository:
git clone https://github.com/AnselmoLacerda/pritunl-zero.git cd pritunl-zero
-
Run the installation script:
./init.sh
After installation, you can start using Pritunl Zero by following these steps:
-
Build the Docker image:
docker-compose up -d
-
Retrieve the default password:
./get_default_pass.sh
-
Access the Pritunl web interface and log in with the retrieved password.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Make your changes
- Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature-branch
) - Create a Pull Request
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to customize this template to better fit your project's needs! If you need any more help, just let me know.