This repository was archived by the owner on Apr 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Generate new certificates or renew old ones #99
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be useful if a user had a way to generate new certificates o renew old ones when those are expired.
As a workaround, the following steps can be followed:
- Login with sudo:
sudo -i
- move the orion certificates folder to some other location for example:
mv /root/lacchain/orion/certificates/ ~
- run the ansible installer in order to update the writer node - please replace the private key and remote user with your right credentials, an also take into consideration the orion and besu versions you are using in your private business orion network and also the besu version configured in the inventory file (located in your local repository)
ansible-playbook -i inventory --private-key=~/.ssh/id_ecdsa -u remote_user site-lacchain-update-writer.yml
After finishing the installing process, a new certificate folder is created into /root/lacchain/orion
- Now execute the following:
cp -r ~/certificates/CAs/* /root/lacchain/orion/certificates/CAs/
- Restart your Orion node with:
systemctl restart orion
- Verify all is running correctly with
systemctl status orion
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request