Eric Veiras Galisson
0fc507055d
refactor: replace old `nginx` with `nginx.ng`
BREAKING CHANGE: all previous `nginx` based configurations must be reviewed;
`nginx.ng` usage must be promoted to `nginx` and any uses of the original
`nginx` will have to be converted.
5年前
Maximilian Eschenbacher
cb030b04ac
deploy certificates directly from pillar
... by providing a pillar string. I developed this for use in
combination with ext_pillar and file_tree to deploy letsencrypt
certificates.
6年前
Matt M
19d0102c2e
Ensure that pillar.get on nginx:ng:dhparam has a sane
default value if dhparam isn't defined in the pillar.
7年前
Gilles Dartiguelongue
43c4eca3bb
Add missing dependency on nginx_service
7年前
Gilles Dartiguelongue
d2bc1e6d7c
Add support for specifying dh_param file name
7年前
Gilles Dartiguelongue
db2db31300
Handle installation of openssl to generate DH param
7年前
Tobias Macey
9ab4e3f411
Added dhparam file creation
In order to improve security and ease of use, added creation/generation
of dhparam file.
8年前
abednarik
57011ba3bf
Make certificates path configurable.
7年前
Arthur Lutz
727826d272
avoid crash if private_key is not shipped in pillar
8年前
Andrew Vant
51b612002b
Added nginx.ng.certificates state.
9年前