aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md16
-rw-r--r--challange_pop.go (renamed from challange_proof_of_procession.go)0
2 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..36a0e94
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# Automatic Certificate Management Environment (ACME)
+
+## Certificate Management
+
+- [ ] Registration
+- [ ] Account Recovery
+- [ ] Identifier Authorization
+- [ ] Certificate Issuance
+- [ ] Certificate Revocation
+
+## Identifier Validation Challenges
+
+- [ ] HTTP
+- [ ] TLS with Server Name Indication (TLS SNI)
+- [ ] Proof of Possession of a Prior Key
+- [ ] DNS
diff --git a/challange_proof_of_procession.go b/challange_pop.go
index 8d2a213..8d2a213 100644
--- a/challange_proof_of_procession.go
+++ b/challange_pop.go