Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rekgrpth/ngx_http_sign_module
nginx pkcs7 sign
https://github.com/rekgrpth/ngx_http_sign_module
c nginx pkcs7 sign
Last synced: about 2 months ago
JSON representation
nginx pkcs7 sign
- Host: GitHub
- URL: https://github.com/rekgrpth/ngx_http_sign_module
- Owner: RekGRpth
- License: mit
- Created: 2019-06-05T04:23:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T16:06:46.000Z (10 months ago)
- Last Synced: 2024-04-18T17:59:36.935Z (10 months ago)
- Topics: c, nginx, pkcs7, sign
- Language: C
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Directives:
Syntax: sign_certificate certificate;
Default: ——
Context: http, server, locationSets sign certificate.
Syntax: sign_certificate_key certificate_key;
Default: ——
Context: http, server, locationSets sign certificate private key.
Syntax: sign_password_file password_file;
Default: ——
Context: http, server, locationSets sign certificate password file.
Syntax: sign_set $variable complex_value;
Default: ——
Context: http, server, locationSets variable to signed complex_value.