aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-30 16:11:48 -0700
committerFuwn <[email protected]>2022-03-30 16:11:48 -0700
commitc5cd3eb5efe218aea3920b21f611da2b339d7d12 (patch)
tree02ca39c1995f68e0413ea97d8f90d6b488b4ede2 /Makefile.toml
parentfix: new certificate loading method (diff)
downloadlocus-c5cd3eb5efe218aea3920b21f611da2b339d7d12.tar.xz
locus-c5cd3eb5efe218aea3920b21f611da2b339d7d12.zip
fix: rename generated cert and key
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml4
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",
]