Below are the steps and additional information used to generate self-signed certificate and keys for Apache Web server in XAMPP for Win32 platform. #Step 1: Generate a Private Key[root@localhost bin]#openssl genrsa -des3 -out server.key 1024     Loading ‘screen’ into random state – doneGenerating RSA private key, 1024 bit long modulus…………………………………………………++++++……………………………………++++++e is 65537 (0×10001)Enter pass phrase for server.key: ..

Read more

Letting zip do the splitting for you will be much easier to automate than trying to figure it out by yourself. If your goal is 20MB zip files, you will have to estimate the compressed size of each file before adding it to the archive. Is there a reason you don’t want to just let ..

Read more