Update the Anapaya SCION CA
To update the Anapaya SCION CA, simply re-download the latest version of the binaries and replace the existing once. Make sure to stop the running services before updating the binaries.
Access token
Enter your token to generate a copyable command. Alternatively, manually set the $ACCESS_TOKEN
placeholder
Download the latest version of the step-ca-adapter:
curl -1sLf -O 'https://dl.cloudsmith.io/$ACCESS_TOKEN/anapaya/stable/raw/versions/latest/step-ca-adapter'
sudo chmod +x step-ca-adapter
sudo chown root:root step-ca-adapter
sudo systemctl stop step-ca-adapter
sudo mv step-ca-adapter /usr/bin/step-ca-adapter
sudo systemctl start step-ca-adapter
Download the latest version of the step-ca-rotator:
curl -1sLf -O 'https://dl.cloudsmith.io/$ACCESS_TOKEN/anapaya/stable/raw/versions/latest/step-ca-rotator'
sudo chmod +x step-ca-rotator
sudo chown root:root step-ca-rotator
sudo systemctl stop step-ca-rotator
sudo mv step-ca-rotator /usr/bin/step-ca-rotator
sudo systemctl start step-ca-rotator