Bug 2224582

Summary: Running nginx with systemctl and entering ssl private key's pass phrase
Product: [Fedora] Fedora Reporter: Luboš Uhliarik <luhliari>
Component: nginxAssignee: Felix Kaechele <felix>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: felix, jorton, luhliari, mikel, ollie.yeoh, pavel.lisy, peter.borsa, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-07-21 16:15:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Luboš Uhliarik 2023-07-21 14:35:11 UTC
Description of problem:
Is there a way to run nginx with "systemctl start nginx" command?


Version-Release number of selected component (if applicable):
# rpm -qa nginx
nginx-1.24.0-1.fc36.x86_64


How reproducible:
Configure ssl on nginx and using an encrypted private key

Reproducible: Always

Steps to Reproduce:
1. Install nginx 1.24 on Fedora
2. Configure ssl using an encrypted private key
3. Try to run nginx with "systemctl start nginx"
4. It fails
Actual Results:  
Nginx fails to start, since there is no way to enter pass phrase.