pexel-security

SSL Certificate types

Domain validated This will validate domain name and display only information about domain. Organization Validated This will validate complete business details and show it on the SSL page info section. …

pexels-security1

Details required for CSR

Details required for CSR generation (Certificate Signing request): Common name – Fully qualified domain name (example www.domain.com) Organization – Legal Name of Organization Organization unit – Department name (if applicable) …

pexel-script

Cron structure

Minute        Hour      Day of Month     Month    Day of Week (0-59)         (0-23)          (1-31)     …

Http header Status codes

Status Code => Message 200 => Success 301 = > Moved Permanently 400 => Unknown Error 401 => Authentication Required 403 => Request Forbidden 404 => Not found 500 => …

Website security tips

1. Use HTTPS/TLS to encrypt data2. Keep your website up to date3. Separate database from the file server4. Use a reputable hosting provider5. Watch out for SQL injection6. Protect against …