Skip to content

Commit 279cd8d

Browse files
committed
quick howto for creating integrity check checksums
1 parent 77e00cc commit 279cd8d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

priv/mod_invites/howto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# HOWTO
2+
3+
## How to create checksums for included css and js files used in templates
4+
5+
```sh
6+
openssl dgst -sha384 -binary priv/mod_invites/static/invite.js | openssl base64 -A
7+
```

0 commit comments

Comments
 (0)