mirror of https://github.com/usual2970/certimate
fix: #781
parent
a048eb95a9
commit
3ec0ba7052
|
@ -202,6 +202,7 @@ func (d *DeployerProvider) updateListenerCertificate(ctx context.Context, cloudA
|
||||||
listListenerCertificatesReq := &aliga.ListListenerCertificatesRequest{
|
listListenerCertificatesReq := &aliga.ListListenerCertificatesRequest{
|
||||||
RegionId: tea.String("cn-hangzhou"),
|
RegionId: tea.String("cn-hangzhou"),
|
||||||
AcceleratorId: tea.String(d.config.AcceleratorId),
|
AcceleratorId: tea.String(d.config.AcceleratorId),
|
||||||
|
ListenerId: tea.String(d.config.ListenerId),
|
||||||
NextToken: listListenerCertificatesNextToken,
|
NextToken: listListenerCertificatesNextToken,
|
||||||
MaxResults: tea.Int32(20),
|
MaxResults: tea.Int32(20),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue