Re: ssl_password_file directive is duplicate

2017-12-16 Thread Maxim Dounin
ssword. > > I get: ssl_password_file directive is duplicate Only one ssl_password_file directive is allowed in a given configuration context. You can, however, provide multiple passwords in a single file, one per line, they will be tried in order. See http://nginx.org/r/ssl_password_file

ssl_password_file directive is duplicate

2017-12-15 Thread Nikolay Skachkov
Hi! I want to use several ssl_certificate followed by ssl_certivicate_key in configuration. Also I try to supply ssl_password_file for each pair. Assuming that each key has its own password. I get: ssl_password_file directive is duplicate Please advice. NikolayNikolay