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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This document is meant to serve as a guide for where to look when needing to ren
12
12
13
13
## Set-NexusCert.ps1
14
14
15
-
This script should be saved on your repository server at `C:\choco-setup\scripts\Set-NexusCert.ps1`.
15
+
This script should be saved on your repository server at `C:\choco-setup\files\scripts\Set-NexusCert.ps1`.
16
16
17
17
You can [download the Set-NexusCert.ps1 file directly](https://github.com/chocolatey/choco-quickstart-scripts/blob/main/scripts/Set-NexusCert.ps1), or copy the below code and save it manually.
18
18
@@ -125,7 +125,7 @@ Write-Host -BackgroundColor Black -ForegroundColor DarkGreen "The script has suc
125
125
126
126
## Set-CCMCert.ps1
127
127
128
-
This script should be saved on your repository server at `C:\choco-setup\scripts\Set-CCMCert.ps1`.
128
+
This script should be saved on your repository server at `C:\choco-setup\files\scripts\Set-CCMCert.ps1`.
129
129
130
130
You can [download the Set-CCMCert.ps1 file directly](https://github.com/chocolatey/choco-quickstart-scripts/blob/main/scripts/Set-CCMCert.ps1), or copy the below code and manually save it.
131
131
@@ -216,7 +216,7 @@ process {
216
216
217
217
## Set-JenkinsCert.ps1
218
218
219
-
A version of this script may already be saved on your repository server at `C:\choco-setup\scripts\Set-JenkinsCert.ps1`.
219
+
A version of this script may already be saved on your repository server at `C:\choco-setup\files\scripts\Set-JenkinsCert.ps1`.
0 commit comments