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{
|
||||
RegionId: tea.String("cn-hangzhou"),
|
||||
AcceleratorId: tea.String(d.config.AcceleratorId),
|
||||
ListenerId: tea.String(d.config.ListenerId),
|
||||
NextToken: listListenerCertificatesNextToken,
|
||||
MaxResults: tea.Int32(20),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue