aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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 .