You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/en-us/c4b-environments/quick-start-environment/certificate-renewal.mdx
+100-1Lines changed: 100 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import Callout from '@choco/components/Callout.astro';
8
8
importIframefrom'@choco/components/Iframe.astro';
9
9
importXreffrom'@components/Xref.astro';
10
10
11
-
This document is meant to serve as a guide for where to look when needing to renew your SSL certificate(s) for the Nexus and Chocolatey Central Management components of the quick start environment.
11
+
This document is meant to serve as a guide for where to look when needing to renew your SSL certificate(s) for the Jenkins, Nexus, and Chocolatey Central Management components of the quick start environment.
Copy file name to clipboardExpand all lines: src/content/docs/en-us/c4b-environments/quick-start-environment/upgrade-jenkins.mdx
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ If your server is internet restricted, please internalize the needed packages on
16
16
17
17
<Callouttype="warning">
18
18
The current Jenkins package requires Java version 17 or 21 which hasn't been added as a package dependency to jenkins (due to the numerous flavours of Java out there). As part of the Quick Start Guide setup we install the temurin21jre package. However any Java version 17 or 21 package will work.
19
-
19
+
20
20
More information is available in the [Java support policy documentation](https://www.jenkins.io/doc/book/platform-information/support-policy-java/).
21
21
</Callout>
22
22
@@ -25,14 +25,15 @@ If your server is internet restricted, please internalize the needed packages on
25
25
1. Internalize the Jenkins package and push it to your internal repo.
26
26
2. Internalize a java package compatible with Jenkins and push it to your internal repo. We recommend the [temurin21jre package](https://community.chocolatey.org/packages/Temurin21jre).
27
27
3. Upgrade the temurin21jre and Jenkins packages (Example commands provided below).
28
+
4. Run the `Set-JenkinsCert.ps1` script to set Jenkins to run over HTTPS again.
28
29
29
30
exportconst callout2 = {
30
31
title: 'Internalizing Note',
31
32
type: 'info'
32
33
};
33
34
34
35
<Calloutcontent={callout2}>
35
-
You can add the temurin21jre and Jenkins packages to your Jenkins pipelines, setup by the Quick Start Guide, to help keep new versions of these packages in your internal repo.
36
+
You can add the `temurin21jre` and `jenkins` packages to your Jenkins pipelines, setup by the Quick Start Guide, to help keep new versions of these packages in your internal repo.
0 commit comments