Changes for page Agenten- und Consolestart
Last modified by Steffi F on 2025/05/05 13:38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -22,6 +22,7 @@ 22 22 23 23 == Solution 1: Check the certificates to make sure they are valid. == 24 24 25 +(% class="wikigeneratedid" %) 25 25 26 26 ~1. Go to the ACMP Client folder, which is located in the Program Files (x86) folder, and right-click on ACMPClientService.exe to open its properties. 27 27 2. Then, switch to the Digital Signatures tab. ... ... @@ -31,7 +31,7 @@ 31 31 [[image:65_Use Case Zertifikat_gültiges Zertifikat_404.png||data-xwiki-image-style-alignment="center"]] 32 32 33 33 {{figureCaption}} 34 - Checkingthecertificatestatus35 +Prüfung des Zertifikatsstatus 35 35 {{/figureCaption}} 36 36 {{/figure}} 37 37 ... ... @@ -43,7 +43,7 @@ 43 43 [[image:65_Use Case Zertifikat_Root Zertifikat.png||data-xwiki-image-style-alignment="center"]] 44 44 45 45 {{figureCaption}} 46 - Display rootcertificate47 +Root-Zertifikat anzeigen lassen 47 47 {{/figureCaption}} 48 48 {{/figure}} 49 49 ... ... @@ -54,7 +54,7 @@ 54 54 [[image:65_Use Case Zertifikat_gültiges Root Zertifikat.png||data-xwiki-image-style-alignment="center"]] 55 55 56 56 {{figureCaption}} 57 - Checkthe statusof therootcertificate58 +Den Status des Root-Zertifikats prüfen 58 58 {{/figureCaption}} 59 59 {{/figure}} 60 60 ... ... @@ -69,7 +69,7 @@ 69 69 [[image:65_Use Case Zertifikat_gültige Gegensignatur.png||data-xwiki-image-style-alignment="center"]] 70 70 71 71 {{figureCaption}} 72 - Checkthe statusof thecounter signature73 +Den Status der Gegensignatur prüfen 73 73 {{/figureCaption}} 74 74 {{/figure}} 75 75 ... ... @@ -87,8 +87,7 @@ 87 87 88 88 == Solution 2: Check the registry key and change the group policy if necessary. == 89 89 90 -In this problem case, the following registry key is usually set: 91 - 91 + In this problem case, the following registry key is usually set: 92 92 Go to "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\SystemCertificates\AuthRoot" and change the setting for "DisableRootAutoUpdate" to "1." 93 93 94 94 {{aagon.infobox}} ... ... @@ -95,33 +95,35 @@ 95 95 The value (1) means that automatic certificate updates are disabled. You can change the value from (1) to (0) here, but you must also change the group policy for the change to take effect. If the setting in the group policy is wrong, it will replace the new value in the registry key. 96 96 {{/aagon.infobox}} 97 97 98 -2. Navigatetothe GroupPolicyEditorto//Administrative////Templates> System > InternetCommunicationManagement> InternetCommunicationSettings.//98 +2. Navigieren Sie in den Gruppenrichtlinien-Editor zu //Administrative// //Vorlagen > System > Internetkommunikationsverwaltung > Internetkommunikationseinstellungen.// 99 99 100 100 {{figure}} 101 101 [[image:GPO.PNG||data-xwiki-image-style-alignment="center"]] 102 102 103 103 {{figureCaption}} 104 - Openthe GroupPolicy Editor104 +Editor für die Gruppenrichtlinien öffnen 105 105 {{/figureCaption}} 106 106 {{/figure}} 107 107 108 -3. Double-clicktoopenthe settingsfortheGPO //Turn offAutomaticRootCertificatesUpdate.//108 +3. Gehen Sie mit einem Doppelklick in die Einstellungen der GPO //Automatisches Update von Stammzertifikaten deaktivieren.// 109 109 110 -4. Checkthebox//Disabled//.Thissetting enablesautomaticcertificateupdates.110 +4. Setzen Sie das Häkchen auf //Deaktiviert//. Mit dieser Einstellung aktivieren Sie die automatische Aktualisierung der Zertifikate. 111 111 112 112 {{figure}} 113 113 [[image:6.5_Use Case Zertifikat_GPO aktiviert.png||data-xwiki-image-style-alignment="center"]] 114 114 115 115 {{figureCaption}} 116 - Change thegrouppolicy settingto“Disabled”116 +Die Einstellung der Gruppenrichtlinie zu "Deaktiviert" ändern 117 117 {{/figureCaption}} 118 118 {{/figure}} 119 119 120 -5. You may need to restart the system for the ACMP Client service to start again. 121 121 122 - ==Solution3: Exportandimportvalidcertificatesmanually.==121 +5. Ggf. muss ein System-Neustart durchgeführt werden, damit der ACMP Client Dienst wieder startet. 123 123 124 -You can also try a manual fix. Export the valid certificates from one device and import them to the affected system. 125 -~1. To generate a SST from a WU, run the following command as an administrator: certutil.exe -generateSSTfromWU c:\temp\root.sst 126 -2. Then, run the following command in an administrative PowerShell on the affected device: The path to the certificate is "Cert:\LocalMachine\Root" and the file path is "C:\temp\root.sst". 127 -3. You may need to restart the system for the ACMP client service to start again. 123 +== **Lösung 3: Manueller Export und Import von validen Zertifikaten** == 124 + 125 +Sie können auch einen manuellen Lösungsansatz verfolgen, indem Sie einen Export von den gültigen Zertifikaten von einem Gerät durchführen und diese auf dem betroffenen System importieren. 126 + 127 +~1. Führen Sie in einer administrativen CMD folgenden Befehl aus: certutil.exe -generateSSTfromWU c:\temp\root.sst 128 +2. Führen Sie dann folgenden Befehl in einer administrativen PowerShell auf dem betroffenen Gerät aus: Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root -FilePath "C:\temp\root.sst" 129 +3. Ggf. muss ein System-Neustart durchgeführt werden, damit der ACMP Client Dienst wieder startet.

