INFROMATION NOT UP TO DATE (Remove this line if you update the page)

XML RPC Server Certificate and Key

In order to add security to your XML-RPC server you should generate a certificate and key. This section shows a simple method to do that. You have to take the responsibility by yourself to make sure you understand what you do. This guide and the contributors are in no way responsible for the outcome's of this guide.

Each SSL enabled XML-RPC server (stunnel wrapper) needs to present a valid X.509 certificate to the peer and it also needs a private key to decrypt the incoming data. The easiest way to obtain a certificate and a key is to generate them with the free openssl package.

We provide a simple script to generate the key and cert at you own risk. It uses openssl.

STEP 1

Edit /etc/cipux/cipux-cert.conf Add you real mail address and change the Data you need.

STEP 2

Execute as root:

 mkdir -p /etc/cipux/stunnel
 chown stunnel4:stunnel4 /etc/cipux/stunnel
 chmod 700 /etc/cipux/stunnel
 /usr/sbin/cipux_mkcertkey