Create an intermediate CA
First step is required. If you don't I wrote the instructions to setup a root CA. 1. Create folders (you are free to choose where) and add basic files: cd /etc/pki/tls/ mkdir intermediate-ca cd intermediate-ca...
Just another Yipp.ca Blogs site
First step is required. If you don't I wrote the instructions to setup a root CA. 1. Create folders (you are free to choose where) and add basic files: cd /etc/pki/tls/ mkdir intermediate-ca cd intermediate-ca...
Must-know operations Ripple insert Ctrl + drag clip Zoom out timeline - Zoom + Pan effect Step 1 - Open clip in editor, make sure the "Effect Controls" view is set visible to see the...
openssl pkey -des3 -in /etc/pki/tls/private/localhost.key -passout pass:WE213JDZO324IEKRWDO -out /etc/pki/tls/private/password-protected.key
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : error C3163: '_vsnprintf': attributes inconsistent with previous declaration C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(350) : see declaration of '_vsnprintf' Solution Change #ifndef vsnprintf # define vsnprintf _vsnprintf...
Apache (...) SSLEngine on SSLCertificateFile /path/to/website.crt SSLCertificateKeyFile /path/to/private.key SSLCACertificateFile /path/to/root_bundle.crt What is the use of you might say ? It is primary the same as SSLCertificateChainFile but it also permits the use of the...
mkdir -p root-ca/{conf,private,public} chmod 600 root-ca/private/ cd root-ca/ mkdir signed-keys echo "01" > conf/serial touch conf/index Create a new file in root-ca/conf/openssl.cnf with the following content [ req ]default_bits = 2048 default_keyfile = ./private/root.pem...
îmg.masonry-brick { display:inline-block; width:200px; height:140px; }
In theory should be straightforward: mySQL database + files restore. In practice not so easy. Here are some trouble you may jump into Website domain changes It happens that before restoring the backup you...
In specific directory $> grep -R --include="php.ini" "upload_max_filesize" /mydir 2> /dev/null In all files $> grep -R --include="php.ini" "upload_max_filesize" / 2> /dev/null Print line number grep -Rn vf/vfcore -e " VFFIFO_ReadBytesAvail" --include *.h Note...
You need to uncomment extension=php_curl.dll But it might not work! If it doesn't it just means you are editing the wrong php.ini or that no php.ini is used. Verify what is the status by...
Recent Comments