#!/bin/sh

source /ciena/scripts/utils.sh

# Make fipsmodule.cnf file, which contain fips module related info and test results
# per openssl expectations.
#/bin/sed '2 c\# activate = 1' /tmp/fipsmodule.cnf > /tmp/tempfipsmodule.cnf
#/bin/cat /tmp/tempfipsmodule.cnf > /tmp/fipsmodule.cnf
#/bin/rm -rf /tmp/tempfipsmodule.cnf
/bin/chmod 664 /tmp/fipsmodule.cnf
/bin/cp -rf /tmp/fipsmodule.cnf /etc/fipsmodule.cnf

exit 0
