Release Notes
Changed
- Standardized error messages as close to English rules as possible.
- Changed several CriticalTrust APIs to be async.
- Added a
criticalup verify
command that can be used to verify that a locally installed toolchain
is not corrupted or tampered with.
- Added
criticalup archive
which creates an archive of the toolchain for cold storage or backup.
Fixed
- Bug when using
--offline
mode to install with expired revocation info ends in installation failure. To
support proper --offline
mode, the expiration date on revocation info hash must be ignored.
Install criticalup 1.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrocene/criticalup/releases/download/v1.2.0/criticalup-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/ferrocene/criticalup/releases/download/v1.2.0/criticalup-installer.ps1 | iex"
Download criticalup 1.2.0