-
Notifications
You must be signed in to change notification settings - Fork 4
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
Uploading ssl certificate with puppet #7
Comments
Not currently. The certificates need to be converted into a string which the REST API will accept. I use sed to do this using: |
Is this a feature that will be coming soon? |
Sure, I'll consider this a Feature Request ;-) |
@TuxInvader Would you by any chance know which directory ssl certs are uploaded to when you upload a cert for the Admin Server by going to System > Security > SSL Certiticate. I am looking into managing this with puppet. Also, how do i upload intermediate certs into the brocade catalog using the module? |
@tenajsystems I believe you just concatenate the inters with the certificate in the same file. The files on disk are in There is also an entry for them in
Editing these files manually is not a supported mechanism for making changes though, so be careful!! Any changes you do make will need to be replicated through the cluster by executing |
@TuxInvader, isn't that only applicable to the ssl certs that gets uploaded in to the Catalog (Catalog > SSL > SSl Server Certificates catalog)? I am referring to System > Security > SSL Certificate? which is for the Admin Server url |
@tenajsystems Those keys are in the admin directory: |
@TuxInvader, is there a way to also upload Intermediate Certificate with the ssl certs that you upload using this class |
Is there a way to upload ssl certs into brocade-vTM using the certificate and key file itself as to using the contents of the cert and key file?
The text was updated successfully, but these errors were encountered: