Giter Club home page Giter Club logo

Comments (4)

markpizz avatar markpizz commented on August 14, 2024 1

a comma delimited string based on the Exchange services you have enabled.

You don't have to restrict it to just the services you've enabled. No harm exists if you always specify 'POP,IMAP,SMTP,IIS' but then don't actually enable POP or IMAP.

The Set-ExchangeCertificate script was probably most intended to help with deployment of renewal certificates, I would recommend that you use the Exchange Admin Center web interface to initially install your certificate and then leverage Set-ExchangeCertificate as you update your certificates before they expire.

from posh-acme.deploy.

rmbolger avatar rmbolger commented on August 14, 2024

Unfortunately, I have zero experience using Exchange and would be a terrible candidate to create such a guide. The Set-ExchangeCertificate function was contributed by a user. But the function's documentation (Get-Help Set-ExchangeCertificate) looks pretty straightforward. The only Exchange specific parameter is ExchangeServices which appears to be the list of services to configure.

On the Posh-ACME side of things, there's plenty of documentation on the documentation site. I'd probably start with the tutorial and work on getting the cert first without worrying about deploying it to Exchange.

https://poshac.me/docs/v4/Tutorial/

Then once you're comfortable with the process of obtaining the cert, work in the Set-ExchangeCertificate function to deploy it to your server.

from posh-acme.deploy.

legolass73 avatar legolass73 commented on August 14, 2024

hello, I looked at the file to try to understand how it works, but I do not really understand how to put the parameters like the service exchange, should we put them like the parameters of the addons of the dnschallenge ?

from posh-acme.deploy.

rmbolger avatar rmbolger commented on August 14, 2024

Here's the documentation for Enable-ExchangeCertificate which is what the Set-ExchangeCertificate function is using under the hood. The ExchangeServices parameter is being passed directly to the Services parameter in that function. The examples all use a comma delimited string based on the Exchange services you have enabled. So it might look something like this:

$cert | Set-ExchangeCertificate -ExchangeServices 'POP,IMAP,SMTP,IIS'

from posh-acme.deploy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.