Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:rhel [2024/03/15 10:53] – [Search & Install] tmadelinux:rhel [2024/03/27 08:25] (current) – [Register] tmade
Line 224: Line 224:
   subscription-manager register --username user@test.de --password mysecret   subscription-manager register --username user@test.de --password mysecret
   subscription-manager attach --auto   subscription-manager attach --auto
 +  
 +====Certificate====
 +
 +To add a certificate in the simple PEM or DER file formats to the list of CAs trusted on the system, copy the certificate file to the /usr/share/pki/ca-trust-source/anchors/ or /etc/pki/ca-trust/source/anchors/ directory. To update the system-wide trust store configuration, use the update-ca-trust command, for example: 
 +
 +  cp ~/certificate-trust-examples/Cert-trust-test-ca.pem /usr/share/pki/ca-trust-source/anchors/
 +  update-ca-trust
      
  
  
  
linux/rhel.txt · Last modified: 2024/03/27 08:25 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki