Skip to content

Commit

Permalink
Greenlock express client server
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 3, 2024
1 parent f2ff67d commit 100ad23
Show file tree
Hide file tree
Showing 6 changed files with 431 additions and 188 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
*/node_modules/
/server/database.sqlite
logo.ai
/client/greenlock.d/accounts/
/client/greenlock.d/live/
/client/greenlock.d/config.json.bak
1 change: 1 addition & 0 deletions client/.greenlockrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"configDir":"./greenlock.d"}
26 changes: 26 additions & 0 deletions client/greenlock.d/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"sites": [
{
"subject": "casper.dariodesiena.com",
"altnames": [
"casper.dariodesiena.com"
],
"renewAt": 1718390972551
}
],
"defaults": {
"store": {
"module": "greenlock-store-fs"
},
"challenges": {
"http-01": {
"module": "acme-http-01-standalone"
}
},
"renewOffset": "-45d",
"renewStagger": "3d",
"accountKeyType": "EC-P256",
"serverKeyType": "RSA-2048",
"subscriberEmail": "[email protected]"
}
}
Loading

0 comments on commit 100ad23

Please sign in to comment.