Skip to content

Commit

Permalink
add crl data on acme config
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatrakazas committed Jun 27, 2024
1 parent 30ec254 commit 612c33a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ export = {
dbname: "verifier"
},
wwwalletURL: "http://localhost:3000/cb",
crl: {},
crl: {
url: "http://credential-status-list:9001",
credentials: {
basicToken: "U0RGRUoyM05KNDNOMkpFTlNBS05LSkROZHNBU0FERk5TS0pkc2FuZGtzZmpzZjoyMTMyMTMyMTNBU0tETWtzYWRzZmRkc2tqZm5GS0xTREFGSlNGU0RTREZTRkQK"
}
}
}

0 comments on commit 612c33a

Please sign in to comment.