Skip to content

Commit

Permalink
Merge pull request #133 from WouterTinus/patch-1
Browse files Browse the repository at this point in the history
Add simple-acme
  • Loading branch information
webprofusion-chrisc authored Nov 14, 2024
2 parents 3b1e0a4 + 6b46c56 commit 501edcd
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/_data/clients.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,36 @@
"https://img.shields.io/github/stars/smallstep/cli",
"https://img.shields.io/github/last-commit/smallstep/cli"
]
},
{
"title": "simple-acme",
"website": "https://www.simple-acme.com/",
"summary": "A cross platform command line client.",
"docs": "https://simple-acme.com/manual/getting-started",
"source": "https://github.com/simple-acme/simple-acme",
"community": "https://github.com/simple-acme/simple-acme/issues",
"categories": [
"cli"
],
"tech": [
".net",
"c#"
],
"os": [
"windows",
"linux"
],
"pros": [
"Easy to develop plugins",
"Support for 20+ DNS APIs"
],
"cons": [
"Linux support still in beta"
],
"badges": [
"https://img.shields.io/github/stars/simple-acme/simple-acme",
"https://img.shields.io/github/last-commit/simple-acme/simple-acme"
]
}
]
}

0 comments on commit 501edcd

Please sign in to comment.