You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to do this myself for the last couple of days but without much success. I've tried to follow the steps outlined here. Using my own certificate created by this command:
I've been trying to do this myself for the last couple of days but without much success. I've tried to follow the steps outlined here. Using my own certificate created by this command:
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/nginx.key -out /etc/ssl/nginx.crt
I'm using an nginx frontend correctly configured, since I can access the parse-server urls via browser, albeit with the security exception warning.
Does anyone have any advice on how to proceed?
The text was updated successfully, but these errors were encountered: