RobertoFioravanti
Results
2
comments of
RobertoFioravanti
It contains the public key of the certificate directly.
It seems to work correctly by applying this regex to `"$IN_STORE_URL"` in `store-pre.sh`: `^((https?:\/\/)?([^\/]+)([\/].+))\/([^\/]+)$`: - The server url is given by `"${BASH_REMATCH[1]}"`. - The product is given by `"${BASH_REMATCH[5]}"}`. Credentials...