Answers for "rails force ssl development mode"

0

rails localhost https

$> openssl req -x509 -sha256 -nodes -newkey rsa:2048 -days 365 -keyout localhost.key -out localhost.crt
Posted by: Guest on October-29-2020

Browse Popular Code Answers by Language