Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

### Directives:

Syntax: sign_certificate certificate;
Default: ——
Context: http, server, location

Sets sign certificate.


Syntax: sign_certificate_key certificate_key;
Default: ——
Context: http, server, location

Sets sign certificate private key.


Syntax: sign_password_file password_file;
Default: ——
Context: http, server, location

Sets sign certificate password file.


Syntax: sign_set $variable complex_value;
Default: ——
Context: http, server, location

Sets variable to signed complex_value.