|
You are here |
www.kencochrane.com | ||
| | | | |
younes.codes
|
|
| | | | | Learn how to run Rails over HTTPS on localhost, in development environment. | |
| | | | |
zaries.wordpress.com
|
|
| | | | | There are thousands of articles and entries in stackexchange but none of them worked for me out of the box. So after hours of battling with this issue here is my short recipe. Create the Root Key: openssl genrsa -out rootCA.key 2048 Self-sign this root certificate: openssl req -x509 -new -nodes -key rootCA.key -sha256 -days... | |
| | | | |
alexzeng.wordpress.com
|
|
| | | | | I'm working on setup authentication for an internal website recently.To protect usernames and passwords, setting up HTTPS is very necessary. Here is my first trial on HTTPS/SSL: Step 1. Check if apache has ssl module compiled Step 2. Compile apache if it didn't have ssl module Step 3. Config apache SSL A. Load ssl module,... | |
| | | | |
konghq.com
|
|
| | | APIs introduce new security vulnerabilities including injection attacks, broken authentication, sensitive data exposure, and more. This guide covers the top API security risks developers face and provides actionable steps for mitigating them. | ||