Skip to content

Release 0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 15:24
· 3 commits to main since this release

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