diff options
| author | Fuwn <[email protected]> | 2022-03-30 16:11:48 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-30 16:11:48 -0700 |
| commit | c5cd3eb5efe218aea3920b21f611da2b339d7d12 (patch) | |
| tree | 02ca39c1995f68e0413ea97d8f90d6b488b4ede2 /Makefile.toml | |
| parent | fix: new certificate loading method (diff) | |
| download | locus-c5cd3eb5efe218aea3920b21f611da2b339d7d12.tar.xz locus-c5cd3eb5efe218aea3920b21f611da2b339d7d12.zip | |
fix: rename generated cert and key
Diffstat (limited to 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.toml b/Makefile.toml index 83ab6d3..5596640 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -41,9 +41,9 @@ args = [ "365", "-nodes", "-out", - ".locus/windmark_public.pem", + ".locus/locus_public.pem", "-keyout", - ".locus/windmark_private.pem", + ".locus/locus_private.pem", "-inform", "pem", ] |