Application Artifacts

Available SCEPman Channels

We offer three channels for our SCEPman web applications, you can find the actual artifacts also on Github. In order to receive updates from one of the update channels, copy the respective URL from below into the WEBSITE_RUN_FROM_PACKAGE setting of your SCEPman App Service.

There are two independent artifact hosts, GitHub and Azure (install.scepman.com). If one of the two should fail, you can switch to the other. Thus, there are two download URLs for each channel. Detecting the used channel when using install.scepman.com requires SCEPman 2.3, but apart from that also works with SCEPman 2.2.

SCEPman Production Channel

  • full released version

  • function and load-tested

  • bugs not expected

https://raw.githubusercontent.com/scepman/install/master/dist/Artifacts.zip
https://install.scepman.com/dist/Artifacts.zip

SCEPman Beta Channel

  • next production release

  • function tested, but no load-test

  • bugs possible

https://raw.githubusercontent.com/scepman/install/master/dist/Artifacts-Beta.zip
https://install.scepman.com/dist/Artifacts-Beta.zip

SCEPman Internal Channel

  • ongoing development

  • limited function tested and no load-test

  • bugs expected

https://raw.githubusercontent.com/scepman/install/master/dist/Artifacts-Intern.zip
https://install.scepman.com/dist/Artifacts-Intern.zip

SCEPman Deferred Channel

  • second-to-latest version

  • function and load-tested

  • does not include the latest bugfixes and features

https://raw.githubusercontent.com/scepman/install/deferred/dist/Artifacts.zip

Available SCEPman Certificate Master Channels

We offer three channels for our SCEPman web applications, you can find the actual artifacts also on Github. In order to receive updates from one of the update channels, copy the respective URL from below into the WEBSITE_RUN_FROM_PACKAGE setting of your Certificate Master App Service.

Certificate Master Production Channel

https://raw.githubusercontent.com/scepman/install/master/dist-certmaster/CertMaster-Artifacts.zip
https://install.scepman.com/dist-certmaster/CertMaster-Artifacts.zip

Certificate Master Beta Channel

https://raw.githubusercontent.com/scepman/install/master/dist-certmaster/CertMaster-Artifacts-Beta.zip
https://install.scepman.com/dist-certmaster/CertMaster-Artifacts-Beta.zip

Certificate Master Internal Channel

https://raw.githubusercontent.com/scepman/install/master/dist-certmaster/CertMaster-Artifacts-Intern.zip
https://install.scepman.com/dist-certmaster/CertMaster-Artifacts-Intern.zip

Certificate Master Deferred Channel

https://raw.githubusercontent.com/scepman/install/deferred/dist-certmaster/CertMaster-Artifacts.zip

Custom Artifact Location

To have full control over the update process and what artifacts are loaded by your App Service you can deploy your own Azure Storage Account. We recommend using one of the update channels, so if this is not required, skip this section.

1. Start at your Resource group where you have deployed SCEPman and click + Add

2. Search for storage account in the Marketplace search bar and click on Storage account - blob, file, table, queue

3. Your Subscription and resource group are pre-selected and you can start with defining Storage account name, Location Performance, Account kind, Replication and Access tier (Use settings as shown in the screenshot)

4. Go to the Advanced tab and set the Blob public access to Enabled

5. Click on Review + create and then on Create

6. After the successful creation of your storage account you can open the Storage account overview and open the Storage Explorer (preview)

7. In the Storage Explorer (preview) you can right click on the BLOB CONTAINERS and select Create blob container. Specify a Name and set the Public access level to Blob. After this you can click on Create

8. You need to reload the Storage Explorer (Preview) and then you can see your container under BLOB CONTAINERS. Now you can download the Artifacts from our GitHub (See Application Artifacts) and upload the artifacts here.

9. After the successful upload you can select your blob and click on Copy URL. You need this URL in the Part Change Artifacts (Application Artifacts)

Change Artifacts

To get continuous updates for SCEPman you can point a configuration variable to the maintained GitHub repository of SCEPman (Evergreen Approach). During every restart, the Azure Web App will do a check and a copy deployment if necessary.

1

Go to your Azure Portal

2
3

Select your SCEPman App Service

4
5

Locate and Edit the parameter WEBSITE_RUN_FROM_PACKAGE

Replace the URL with your chosen SCEPman Update Channel or Custom Artifact Location

6

Repeat Steps 1 - 5 for the Certificate Master (Optional)

The Certificate Master has the same WEBSITE_RUN_FROM_PACKAGE parameter. This can be changed to a different Certificate Master Update Channel or Custom Artifact Location

Last updated

Was this helpful?