You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public async Task<X509Certificate2?> RequestCertificateAsync(
AvailableCAModel ca,
string csr,
string subjectName,
int certificateValidityDays
)
It always fails in the _httpClient.CallGenericAsync() request as I am unable to provide subjectAlternateNames.
The parameters should be similar to RequestCertificateWithChainAsync.
Thanks
The text was updated successfully, but these errors were encountered:
I am using
public async Task<X509Certificate2?> RequestCertificateAsync(
AvailableCAModel ca,
string csr,
string subjectName,
int certificateValidityDays
)
It always fails in the _httpClient.CallGenericAsync() request as I am unable to provide subjectAlternateNames.
The parameters should be similar to RequestCertificateWithChainAsync.
Thanks
The text was updated successfully, but these errors were encountered: