From c5cd3eb5efe218aea3920b21f611da2b339d7d12 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 30 Mar 2022 16:11:48 -0700 Subject: fix: rename generated cert and key --- Makefile.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.toml') 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", ] -- cgit v1.2.3