Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian Package Install Nginx Manual SSL Config Fails #367

Open
Alex-Richman opened this issue Oct 21, 2020 · 2 comments
Open

Debian Package Install Nginx Manual SSL Config Fails #367

Alex-Richman opened this issue Oct 21, 2020 · 2 comments
Assignees
Labels

Comments

@Alex-Richman
Copy link

  • Passbolt Version: Pro 2.14.0-0
  • Platform and Target:
    -- Operating system: Debian 10
    -- Web server: nginx
    -- Database server: mysql
  • Installing Passbolt Pro using the Debian 10 package from https://help.passbolt.com/hosting/install/pro/debian/debian.html
  • During install, the package prompts for none or manual SSL configuration for nginx. If you select manual it prompts for the SSL cert and key paths to configure nginx with.
  • After entering the cert and key path, the installer attempts to copy the files to /etc/ssl/private/<file_name>.(crt/.key)
  • However, if the crt/key files you supply are already in /etc/ssl/private, the installer fails with cp: '/etc/ssl/private/<filename>' and '/etc/ssl/private/<filename>' are the same file
@dlen
Copy link
Member

dlen commented Oct 21, 2020

Hey @Alex-Richman !

Thanks for your bug report and sorry for the inconvenience caused. I will dig into this, however I'm curious on what would you expect on this scenario?

@dlen dlen self-assigned this Oct 21, 2020
@dlen dlen added the bug label Oct 21, 2020
@Alex-Richman
Copy link
Author

Hi @dlen

I had already copied the key/crt to /etc/ssl/private, so I guess I would expect the installer to recognise that the files already exist and (a) prompt if I want to overwrite them (b) if the source (configured) and destination file are the same not attempt to copy it again.

Thanks,

  • Alex.

@stripthis stripthis modified the milestone: v3 Feb 10, 2021
@dlen dlen removed their assignment May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants