How can we help you today?

Go ahead and ask us anything.

See the KanBo newest version.

Renew certificate for KanBo Graph installation

Last modified:


KanBo uses the certificate to establish communication to MS Graph A certificate expires after a year. Here's how to renew it.

1. Generate new certificates. You can do that by following this article: https://community.kanboapp.com...

2. Now when you have a pair of certificates (.cer and .pfx), enter the Azure AD and go to App Registrations.

Image 12249

3. Find your KanBo app.

Image 12250

4. In certificates & secrets, delete the old certificate.

Image 12251

5. Upload the new certificate.

Image 12252

6. Verify it's valid.

Image 12253

7. Go to KanBo Web App and select TLS/SSL settings.

Image 12259

8. Go to Prive key certificate and Upload certificate.

Image 12260

9. Upload the PFX file and type the password. Then hit upload.

Image 12261

10. Go to configuration and edit the WEBSITE_LOAD_CERTIFICATES value.

In case, you use only one cert for KanBo, type the Thumbprint of the new cert in value.

In case you use more than one certs in KanBo, make sure you type " * " in value field.

Click OK to save the changes.

Image 12262

11. Go to the Kudu editor. In your Azure Web App Development Tools, select Advanced Tools.

Image 12254

12.  Open the link.

Image 12255

13. Select debug console -> Powershell.

Image 12256

14. Go to site -> wwwroot and open web.config in editor.

Image 12257

15. Type the thumbprint of the new certificate in the value thumbprint field of the auth-aad package.

Image 13259

Save the changes.


Is this article helpful for you?