Can I adjust the X509v3 Name Constraints on my internal CA after I have issued certificates?

We have generated an internal root Certificate Authority for our organization and added X509v3 Name Constraints for our domain (example.com)

We issued a number of certificates for servers under that domain.

Now, we have a s… Continue reading Can I adjust the X509v3 Name Constraints on my internal CA after I have issued certificates?

How to give someone access to a file, on a website, securely without relying on a single password?

I have created an online donation form for a Public Library. The form collects names, phone numbers, emails, addresses (a lot of personal info). The form is submitted to a PHP script that saves the information to CSV file an… Continue reading How to give someone access to a file, on a website, securely without relying on a single password?