Closed ChristopherMann closed 2 months ago
confirmed, added to milestone
questions is also why token signing cert has to be added to store at all, looks to be something that broke with the switch to openiddict.
mmh, ok, blame author of #70 , seems to be necessary to be in store.
@ChristopherMann as discussed - when looking at this issue - check if removing the ca certificate is a option, so we add only the ssl certificate self signed to computer store for local access and export the public cert for remote SSL users.
eryph-zero adds a new token signing certificate (eryph-identity) to the certificate store on each start and instead of reusing the existing certificate. The old certificates are also not removed which pollutes the certificate store.
AB#697