gocertmgr 0.2.0
Available binaries
- Linux (amd64, arm64)
- macOS (amd64, arm64)
- Windows (amd64, arm64)
Package installation
Download the appropriate package for your system and install it.
RPM
Terminal: sudo rpm -i <package-name>.rpm
DEB
Terminal: sudo dpkg -i <package-name>.deb
Binary installation
Download the appropriate binary for your system and add it to your PATH.
Linux
Shell: export PATH=$PATH:<path/to/gocertmgr>
Add this to your shell configuration file e.g. .bashrc
to make it permanent
Windows
Command prompt: setx PATH "%PATH%;<path/to/gocertmgr>"
PowerShell: [Environment]::SetEnvironmentVariable("Path", $env:Path + ";<path/to/gocertmgr>", "User")
You need to reload your terminal afterwards