Webapp to extract the certificate Base64 string, JWK and the private key.
3.4K
Please visit https://darthseldon.net/certificate-reader to gather information about how the tool works and intention.
Pull the image
docker pull jtenorio/jtcertificatereaderweb:latest
Run the container
docker run -d -e ASPNETCORE_URLS=http://*:4040 -p:4040:4040 -e IsOverrideBasePath=true -e OverridenBasePath=/certreader jtenorio/jtcertificatereaderweb
The p flag will map an specific port for the container and it must match the ASPNETCORE_URLS port. The IsOverrideBasePath is used when a reverse proxy is used (NGINX), its intention is when the site is on a different location, the ~ in MVC will resolve correctly. The OverridenBasePath is used to map the base path when in a reverse proxy
Content type
Image
Digest
sha256:60fc88cfa…
Size
55.7 MB
Last updated
11 months ago
docker pull jtenorio/jtcertificatereaderweb