Show / Hide Table of Contents
Edit on GitHub

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.5.0.tar.gz
systemctl stop restpkicore
rm -fR /usr/share/restpkicore/*
tar xzf restpkicore-2.5.0.tar.gz -C /usr/share/restpkicore
chmod -R a=,u+rwX,go+rX /usr/share/restpkicore
systemctl start restpkicore

Testing the next version of Rest PKI Core

To test the upcoming version of Rest PKI Core, currently in Release Candidate state:

curl -O https://cdn.lacunasoftware.com/restpkicore/restpkicore-3.0.0-rc01.tar.gz
systemctl stop restpkicore
rm -fR /usr/share/restpkicore/*
tar xzf restpkicore-3.0.0-rc01.tar.gz -C /usr/share/restpkicore
chmod -R a=,u+rwX,go+rX /usr/share/restpkicore
systemctl start restpkicore
Warning

Release Candidate versions are not production-ready and thus should only be installed on staging or test environments.

See also

  • Setup on Linux
  • Troubleshooting
Back to top Copyright © 2015-2020 Lacuna Software