Install Cisco nexus NXOS api HTTPS certificate | CLI nxapi certificate httpscrt httpskey

Описание к видео Install Cisco nexus NXOS api HTTPS certificate | CLI nxapi certificate httpscrt httpskey

𝗙𝗼𝗿 𝗖𝗼𝗺𝗽𝗹𝗲𝘁𝗲 𝗣𝘆𝘁𝗵𝗼𝗻 𝗙𝗼𝗿 𝗡𝗲𝘁𝘄𝗼𝗿𝗸 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿𝘀 𝗖𝗼𝘂𝗿𝘀𝗲:
𝗘𝗻𝗿𝗼𝗹𝗹 𝗳𝗼𝗿 𝗯𝗲𝗹𝗼𝘄 𝗨𝗱𝗲𝗺𝘆 𝗖𝗹𝗮𝘀𝘀: 𝟐𝟎𝟐𝟐 𝐕𝐞𝐫𝐬𝐢𝐨𝐧
𝑫𝒊𝒔𝒄𝒐𝒖𝒏𝒕𝒆𝒅 𝑹𝒆𝒇𝒆𝒓𝒓𝒂𝒍 𝑳𝒊𝒏𝒌:
https://www.udemy.com/course/python-f... This video demonstrates how to change the default nxapi certificate using CLI
Certificate keypair is generated using openssl command
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout nexus.key -out nexus.crt
Copied the generated cert to bootflash: of nexus using the SCP:
copy scp://user@ip/data/CERT_DEMO/nexus.key bootflash:
Then installed certificate using commands

Комментарии

Информация по комментариям в разработке