Skip to content

Commit

Permalink
Merge pull request #496 from dOpensource/v0.72
Browse files Browse the repository at this point in the history
Fixed permissions
  • Loading branch information
mackhendricks committed Apr 1, 2023
2 parents 3fc9e0d + c850b78 commit 1f10c31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/stir_shaken/generate_self_signed_cert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ openssl x509 -in sp-cert.pem -text -noout
# Copy Key and Certificate to /opt/dsiprouter
cp $TMP_CERT_DIR/sp-cert.pem $DSIP_CERT_DIR
cp $TMP_CERT_DIR/sp-key.pem $DSIP_CERT_DIR

#Change the ownership of the certificates and key
chown -R dsiprouter:kamailio $DSIP_CERT_DIR

#Change permissions
chmod -R 744 $DSIP_CERT_DIR

0 comments on commit 1f10c31

Please sign in to comment.