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

can't deploy cert files #177

Open
kornflex opened this issue Jul 8, 2022 · 2 comments
Open

can't deploy cert files #177

kornflex opened this issue Jul 8, 2022 · 2 comments

Comments

@kornflex
Copy link

kornflex commented Jul 8, 2022

Hello,

I'm trying to deploy certs.

freeradius::cert { 'RootCA01-2019.crt':
    content => '-----BEGIN CERTIFICATE-----MIIFETCCAvmgAwI......',
    type    => 'cert',
    }

Nothing is created in certs directory.

But if I create a dumb file, the module is OK :
Info: /Stage[main]/Freeradius/File[/etc/raddb/certs/toto.crt]: Filebucketed /etc/raddb/certs/toto.crt

Could you please help me ?

Thank you

@nward
Copy link
Collaborator

nward commented Apr 7, 2023

Hi @kornflex, I don't see why this should be an issue based on the info that you've provided - can you give some more detail? Is this issue still happening?

Side note - usually certificates would have a newline in them after the -----BEGIN CERTIFICATE----- line, which your cert does not have - that should not impact the functioning of the puppet code, but may impact FreeRADIUS being able to run.

@nward
Copy link
Collaborator

nward commented Aug 18, 2023

@kornflex is this still an issue or can this be closed?

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