Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:rhel [2024/02/15 11:55] – [rpm database broken] tmadelinux:rhel [2024/03/27 08:25] (current) – [Register] tmade
Line 54: Line 54:
   yum search all package   yum search all package
   yum list java*                                                                                                       #search versions, getting also repos which contain the package   yum list java*                                                                                                       #search versions, getting also repos which contain the package
 +  yum list java-1.8.0-ibm*
   yum reinstall package   yum reinstall package
   yum install package   yum install package
Line 223: 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