Updating Rest PKI Core on Linux
To update your on-premises installation of Rest PKI Core, follow the steps below:
Important
These instructions assume you are logged in as root. If you are not, run sudo su -
before continuing!
curl -O https://cdn.lacunasoftware.com/restpkicore/restpkicore-2.2.2.tar.gz
systemctl stop restpkicore
rm -fR /usr/share/restpkicore/*
tar xzf restpkicore-2.2.2.tar.gz -C /usr/share/restpkicore
chmod -R a=,u+rwX,go+rX /usr/share/restpkicore
systemctl start restpkicore