Do you know how many Amazon issued certificates (ACM) or user uploaded certificates (IAM) in your AWS accounts? How many certificates have been deployed to production in your Akamai contracts? Not sure about you, but I don't know the answer. So I wrote a tool called CertStuff to get all those information (common name, SAN, … Continue reading CertStuff
Tag: Akamai
Enable HSTS in Akamai
What is HSTS? It stands for HTTP Strict Transport Security. Simply speaking, HSTS is a method that allows the browser to do http to https redirect. Why use HSTS? Security! As explained above, the http traffics only stay inside the machine, so it reduces the risk of exposing sensitive information in plain text to the Internet. … Continue reading Enable HSTS in Akamai
Bypass WordPress Admin in Akamai
We use mini orange SAML plugin for wordpress SSO. I noticed it for many times that another user's name is showing in the dashboard ribbon after I logged in. It changes to my name after I click the 'Edit my profile'. So I guess it could be Akamai caching related. I have added the following … Continue reading Bypass WordPress Admin in Akamai
Understanding Akamai Cache Keys
A good article that explains the Akamai Cache Keys: https://community.akamai.com/community/web-performance/blog/2016/01/18/cache-keys-why-we-should-know-them
Akamai-Bot
I received good feedbacks since shared the SSSG-Ninja in Akamai community, so I decided to share another useful tool that I ever built before. Akamai-Bot is a Hubot based automation bot that allows users to perform some Akamai daily tasks simply by chatting. Here are some examples. If you are interested, here is the git … Continue reading Akamai-Bot