stackmuncher / stm_app

This software engineer profile builder turns your code into a detailed list of skills for an online directory of software developers.
https://stackmuncher.com
GNU Affero General Public License v3.0
22 stars 1 forks source link

Make key file easy to copy #23

Closed rimutaka closed 3 years ago

rimutaka commented 3 years ago

Change key.pki to some kind of text file to make it easy to copy between machines.

rimutaka commented 3 years ago

Changed from key.pki to key.txt with a base58-encoded key which is easy to copy-paste between environments. The code will exit if the key was pasted incorrectly.