Restart components and test
As dirac user, restart DIRAC:
diracstop; diracstart
Check you can use new certificates:
curl -ik https://localhost:9343/api/v2.0/functionalunits --cert /etc/pki/dirac/cli.crt --key /etc/pki/dirac/cli.pem
As a NEM administrator user, restart :
nembasestop; nemstart
Check you can use new certificates:
curl -ik https://localhost:9343/api/v2.0/functionalunits --cert /opt/nem/etc/enpsec/nem.crt --key /opt/nem/etc/enpsec/nem.pem
End of instruction