This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux:lnx_subscription [2023/09/15 13:54] manu [Remove subscription] |
linux:lnx_subscription [2023/11/15 18:15] (current) manu [Add subscription] |
||
---|---|---|---|
Line 74: | Line 74: | ||
<cli prompt='#'> | <cli prompt='#'> | ||
# subscription-manager register --username <username> --password <password> --auto-attach | # subscription-manager register --username <username> --password <password> --auto-attach | ||
+ | </cli> | ||
+ | |||
+ | Or | ||
+ | |||
+ | <cli prompt='#'> | ||
+ | # subscription-manager register --serverurl https://subscription.rhsm.redhat.com:443/subscription --proxy http://<proxy>:8080 --proxyuser user01 --proxypassword XXXXXXXXXX --username xxxxxxx --password XXXXX | ||
</cli> | </cli> | ||