plugins

Home

Examples

Plugins

Components

News

azure-ssl-cert-list

version: 0.0.2 |  date: 06/27/2021 |  List ssl certificates |  source code

# azure-ssl-cert-list

List ssl certificates 

# install

    $ s6 --install azure-ssl-cert-list

# usage

    # list ssl certs for given resource group
    $ s6 --plg-run azure-ssl-cert-list@resource_group=$RG 

    # list ssl certs for given resource group, filtered by thumbprint
    $ s6 --plg-run azure-ssl-cert-list@resource_group=$RG\
    ,thumbprint=AABBCCDDEEAA00AA

# parameters

## context

Azure context for authentication

## resource_group

Azure resource group

# Requirements

Powershell

# author

Alexey Melezhik