<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Veeam: How to install a valid SSL Certificate (Let&#8217;s Encrypt) for the new Restore Portal on Veeam Backup for Microsoft 365 v6	</title>
	<atom:link href="https://jorgedelacruz.uk/2022/03/18/veeam-how-to-install-a-valid-ssl-certificate-lets-encrypt-for-the-new-restore-portal-on-veeam-backup-for-microsoft-365-v6/feed/" rel="self" type="application/rss+xml" />
	<link>https://jorgedelacruz.uk/2022/03/18/veeam-how-to-install-a-valid-ssl-certificate-lets-encrypt-for-the-new-restore-portal-on-veeam-backup-for-microsoft-365-v6/</link>
	<description>Everything about VMware, Veeam, InfluxData, Grafana, Zimbra, etc.</description>
	<lastBuildDate>Thu, 02 Feb 2023 16:14:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Electrodealz IT Solutions		</title>
		<link>https://jorgedelacruz.uk/2022/03/18/veeam-how-to-install-a-valid-ssl-certificate-lets-encrypt-for-the-new-restore-portal-on-veeam-backup-for-microsoft-365-v6/#comment-1858</link>

		<dc:creator><![CDATA[Electrodealz IT Solutions]]></dc:creator>
		<pubDate>Thu, 02 Feb 2023 16:14:22 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=3898#comment-1858</guid>

					<description><![CDATA[#before applying the certificate
step 1) change the line &quot;Get-PACertificate &#124; Format-List&quot; to &quot;$acmecert=Get-PACertificate &#124; Format-List&quot;

#now we don&#039;t have to dive into the GUI because the created certificate is in a variable
step 2) define some variables to use in the command to update the API certificate

$plainpassword = &quot;Password1234plain&quot; (or use the PFX password used in acquiring the LE certificate)

$securepassword = $plainpassword &#124; ConvertTo-SecureString -AsPlainText -Force (converting it to a usefull powershell password)

#update the certificate using powershell
step 3) use the VBO Powershell commands to update the API certificate

Set-VBORestAPISettings -EnableService -CertificateFilePath $($acmecert.pfxfullchain) -CertificatePassword $securepassword

don&#039;t forget to import the VBO module first!

cheers!]]></description>
			<content:encoded><![CDATA[<p>#before applying the certificate<br />
step 1) change the line &#8220;Get-PACertificate | Format-List&#8221; to &#8220;$acmecert=Get-PACertificate | Format-List&#8221;</p>
<p>#now we don&#8217;t have to dive into the GUI because the created certificate is in a variable<br />
step 2) define some variables to use in the command to update the API certificate</p>
<p>$plainpassword = &#8220;Password1234plain&#8221; (or use the PFX password used in acquiring the LE certificate)</p>
<p>$securepassword = $plainpassword | ConvertTo-SecureString -AsPlainText -Force (converting it to a usefull powershell password)</p>
<p>#update the certificate using powershell<br />
step 3) use the VBO Powershell commands to update the API certificate</p>
<p>Set-VBORestAPISettings -EnableService -CertificateFilePath $($acmecert.pfxfullchain) -CertificatePassword $securepassword</p>
<p>don&#8217;t forget to import the VBO module first!</p>
<p>cheers!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: jorgedelacruz.uk @ 2026-04-15 19:12:13 by W3 Total Cache
-->