aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--messages.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/messages.go b/messages.go
index cb2adf7..c462c1d 100644
--- a/messages.go
+++ b/messages.go
@@ -8,8 +8,8 @@ import (
)
const (
- // LEV1 Let's Encrytpt V1
- LEV1 = `https://acme-v01.api.letsencrypt.org/directory`
+ // LE1 Let's Encrypt V1
+ LE1 = `https://acme-v01.api.letsencrypt.org/directory`
// LES Let's Encrypt Staging
LES = `https://acme-staging.api.letsencrypt.org/directory`
)