cat /etc/ssl/nginx/nginx-repo.crt /etc/ssl/nginx/nginx-repo.key > /etc/ssl/nginx/nginx-repo-bundle.crt
zypper install ca-certificates
zypper addrepo -G -t yum -c 'https://pkgs.nginx.com/plus/sles/15?ssl_clientcert=/etc/ssl/nginx/nginx-repo-bundle.crt&ssl_verify=peer' nginx-plus
zypper install nginx-plus
to install nginx-plus packageDefault repository path is configured to point to the latest NGINX Plus release with an ability to downgrade to one of the previous releases issued within 2 years. If you want to stick to the particular release, you should modify repository URL in a following way: https://pkgs.nginx.com/plus/Rxx/sles/15
, where xx
is a release number.