Anwar

Posts

Ubuntu Wildcard SSL: Step-by-Step Guide to Installing a Wildcard SSL on Apache

Installing a Wildcard SSL certificate is straightforward for technical users, but it can seem confusing for those unfamiliar with the process. Below is a step-by-step...

How to Uninstall Apache2 from Ubuntu Server

A simple and straightforward method that worked for me is outlined below: Stop Apache2 sudo service apache2 stop Uninstall Apache2 and its dependent packages sudo...

RunCloud Warning: Server Is Not Running the Latest Agent

RunCloud is a cloud server management platform that helps you easily manage web applications and servers. However, in some cases, RunCloud may fail to automatically...

Creating a .pem File for SSL Certificate Installations

Reference: https://www.digicert.com/kb/ssl-support/pem-ssl-creation.htm   https://www.digicert.com/kb/ssl-support/pem-ssl-creation.htm   https://cheapsslsecurity.com/p/convert-a-certificate-to-pem-crt-to-pem-cer-to-pem-der-to-pem/   https://medium.com/@sevcsik/authentication-using-https-client-certificates-3c9d270e8326 https://stackoverflow.com/questions/19014541/curl-to-pass-ssl-certifcate-and-password   So export the keys into .p12 keytool -importkeystore -srckeystore $jksfile -destkeystore $p12file \         -srcstoretype JKS...

AWS-Enabling Amazon S3 server access logging

Server access logging provides detailed records for the requests that are made to an Amazon S3 bucket. Server access logs are useful for many applications....

AWS-How can I audit deleted or missing objects from my Amazon S3 bucket

Resolution To find out how an S3 object was deleted, review either server access logs or AWS CloudTrail logs. Note: You must turn on logging for...

AWS-Using versioning in S3 buckets

Versioning in Amazon S3 is a means of keeping multiple variants of an object in the same bucket. You can use the S3 Versioning feature...

AWS-Deleting object versions from a versioning-enabled bucket

You can delete object versions from Amazon S3 buckets whenever you want. You can also define lifecycle configuration rules for objects that have a well-defined...

AWS-Enabling versioning on buckets

You can use S3 Versioning to keep multiple versions of an object in one bucket. This section provides examples of how to enable versioning on...