harrison314 / BouncyHsm

Bouncy Hsm is a software simulator of HSM and smartcard simulator with HTML UI, REST API and PKCS#11 interface.
BSD 3-Clause "New" or "Revised" License
34 stars 3 forks source link

Set BasePath in configuration #6

Closed harrison314 closed 3 months ago

harrison314 commented 4 months ago

For deployment scenarios with deploy to URL with base path eg. https://myproject.com/Hsm/ set BasePath in configuration.

(in index.htm must by replaced <base href="/" />)

harrison314 commented 3 months ago

Half solutions so far - the user has to change the index.html himself.