Install
The installation process involves running a shell script that automates the configuration of the Root and Intermediate Certificate Authorities, including directory creation and initial configuration files.
Prerequisites
- Ubuntu 22.04+
curl(required to download the installation script)
sh
sudo apt update && sudo apt upgrade -y
sudo apt install curl -yUsing curl
Run the following command to download and execute the installation script:
sh
curl -fsSL https://sripts.dyzulk.com/dda/install-ca-dy.sh | sudo bashUninstall
Run the following command to download and execute the uninstallation script:
sh
curl -fsSL https://sripts.dyzulk.com/dda/uninstall-ca.sh | sudo bash