isaaclw
isaaclw
Duplicate of #57
Also see #31
I also tried recompiling curl with c-aes, but perhaps I didn't do it correctly. Regardless the suggestion by `dandersson` helped.
I couldn't find the code at first, but it does seem to still be there (so my version isn't too old): https://github.com/passbolt/passbolt_api/blob/master/webroot/js/web_installer/gpg_key_generate.js#L170
same issue here: `webroot/js/web_installer/generate_key_worker.js:15:importScripts('/js/vendors/openpgp.min.js');`
Maybe, but I still need to manually edit the javascript files in order to get through the key generation, or I get messages like: `GET https://domain.name/js/web_installer/generate_key_worker.js 404 (Not Found)`
It seems like the whole guide is assuming you'll port forward or install on localhost. That wasn't an option for me, so I beat my head against the nginx config,...
I ended up generating the gpg key manually since the script was failing.
I wasn't following any one guide, I didn't see any guides on the website, so I had to scrounge up any kind of nginx guide I could find. in the...
Thanks. Maybe by the time I need to update I'll have the energy to look at why things weren't working. At this point I need to get back to other...