Torben Soennecken
Torben Soennecken
Hey, I opened a pull request including this feature. Until then you can use my fork https://github.com/tosoikea/freeipa-letsencrypt. However, it is not yet an option to decide between the installed certificates....
@rcritten Should be done now, i also added a small change to the renew-le.sh to only restart the required services instead of the complete ipa service (source : https://www.freeipa.org/page/Using_3rd_part_certificates_for_HTTP/LDAP).
@rcritten Seems good to go. I tested the restart of the directory service locally with the wildcard and it worked. However, as I can not guarantee that the same applies...
I could optionally base the replacing of the certificates based upon a configuration variable e.g. only replace webserver certificate. Personally, I do not see a problem with the generation of...
@jekader This all sounds very sensible and promising. Unfortunately I currently have no time for changes, but am lookin forward to your results! :)
I could implement this behavior by the end of this week.
@EsOsO I added a simple initialization function based on .psd1 files (https://github.com/tosoikea/Logging/blob/initialization/Logging/public/Add-LoggingTargets.ps1). This should be more appropriate than .json as it supports the configuration of powershell specific value types in...
@EsOsO Maybe we could extend the target addition to allow multiple targets to run at the same time. This could also allow to add file targets for different severity. (e.g....
@EsOsO How is the current status, I could add the feature next week.
The method works as intended. You are awaiting the completion of the asynchronous StartWorkflow method, which in turn asynchronously starts the workflow by also storing all required data within the...