Skip to content

Commit e89c5d4

Browse files
committed
certificate try 1
1 parent a887597 commit e89c5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ app.get('/', function(req, res) {
2222
});
2323

2424
app.get('/.well-known/acme-challenge/:content', function(req, res) {
25-
res.send('84GNdBiPidL6EebGQg_bf5hKqRv0OppOLWqdFLyZErM.pX3nIJ5LXz_lhJIvv5mulPtJHkgBkw_tAvnorI3vKBs')
25+
res.send('k54NeDklsRVm_YiY58U1MfCgIHd3gwzmpPLdiAzMGFk.pX3nIJ5LXz_lhJIvv5mulPtJHkgBkw_tAvnorI3vKBs')
2626
})
2727

2828
app.listen(port, function() {

0 commit comments

Comments
 (0)