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

Provide an option to add custom SSL Certificates during install #16

Open
AliSajid opened this issue Jun 3, 2022 · 1 comment
Open

Comments

@AliSajid
Copy link

AliSajid commented Jun 3, 2022

Proposed feature

It would be nice to have a way to specify an SSL Certificate file or data that would be placed in the target machine as a matter of course.

Rationale

I have been working on using this for my web servers. I run into this problem where I need to place my existing SSL Certificate in the apache configuration but can not do that. This leads to apache restart failing and thus failing the entire run of ansible.

It's entirely possible that I am missing some configuration option that is otherwise obvious but I thought I'd raise the issue to get your attention either way.

Thanks.

@flotho
Copy link
Contributor

flotho commented Apr 22, 2023

Hi @AliSajid ,

I imagine that your need is covered by 2 differentes roles.
First, the one that allow you to setup certificates https://github.com/robertdebock/ansible-role-openssl
and the other one once httpd has been installed should be managed by https://github.com/robertdebock/ansible-role-certbot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants