Skip to content

k3-cat/mu-pki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

μ-pki: a handy tool for managing your own pki

quickstart

First, download or git clone this repo, and make sure uv has been installed.

Copy ./.env.example to ./.env, and replace the example ENC_KEY as well as other fields with your own values.

The key could be generated using the following command:

openssl rand -base64 16
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %
|       !!! Remember to keep this file safely and securely. !!!       |
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %

Review, and modify if necessary, the preferences ./mu_pki/globals.py.

Then install dependencies with:

uv sync

Finally, run with:

./.venv/Scripts/activate # if on windows
./.venv/bin/activate # if otherwise
python -OO -m mu_pki # `-OO` is only for optimization

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages