#!/bin/bash -e

openssl rand 1024 > /etc/ssl/soapCA/.rnd

chown -R ppc-intapi:ppc-intapi /etc/ssl/soapCA/

chmod -R 0760 /etc/ssl/soapCA/ 

exit 0
