aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-08-28 04:45:33 +0000
committerFuwn <[email protected]>2021-08-28 04:45:33 +0000
commitcb59bf057dd55bb3eb6a385a3421173cf048239e (patch)
tree499bec21b2ccd70ee0bf432c6503ea576cde7078
parentfix(gemini): links (diff)
downloadspace-cb59bf057dd55bb3eb6a385a3421173cf048239e.tar.xz
space-cb59bf057dd55bb3eb6a385a3421173cf048239e.zip
fix(make): common name of certificate
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea66986..e20759f 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ ssl:
openssl req -new -newkey rsa:4096 -x509 -sha256 -days 365 -nodes \
-out .space/.certificates/space.crt \
-keyout .space/.certificates/space.key \
- -subj "/CN=fuwn.space"
+ -subj "/CN=fuwn.me"
docker: fmt
docker build -t fuwn/space:latest .