While creating App Engine firewall rules, How to get get Max existing firewall priority from the rule list [migrated]

In creating an app Engine firewall rule, we need the priority number.
While adding a new rule to the firewall our code checks a database for the latest priority number on the console and calculates the next number by incrementing the same…. Continue reading While creating App Engine firewall rules, How to get get Max existing firewall priority from the rule list [migrated]

should I treated the let’s encrypt fullchain.pem as a public key

I am using let’s encrypt to generate a certificate. It contains ‘fullchain.pem’ and ‘privkey.pem’. should I treated the let’s encrypt fullchain.pem as a public key? I find the public key certificate format as same with the fullchain.pem. … Continue reading should I treated the let’s encrypt fullchain.pem as a public key

should I treated the let’s encrypt fullchain.pem as a public key

I am using let’s encrypt to generate a certificate. It contains ‘fullchain.pem’ and ‘privkey.pem’. should I treated the let’s encrypt fullchain.pem as a public key? I find the public key certificate format as same with the fullchain.pem. … Continue reading should I treated the let’s encrypt fullchain.pem as a public key

How to perform security audit of a web service that uses google cloud’s external HTTP(s) load balancer?

An independent security auditor discovered many open ports by using nmap while auditing a web service deployed on GCP. The service is a Cloud Run instance behind an HTTP(s) load balancer. The auditor wants to flag these as risks in the aud… Continue reading How to perform security audit of a web service that uses google cloud’s external HTTP(s) load balancer?