1 write to _logger
aspire (1)
Certificates\CertificateGeneration\CertificateManager.cs (1)
1098
_logger
= logger;
116 references to _logger
aspire (116)
Certificates\CertificateGeneration\CertificateManager.cs (116)
1101
public bool IsEnabled() =>
_logger
.IsEnabled(LogLevel.Debug);
1105
_logger
.LogDebug("Listing certificates from {Location}\\{StoreName}", location, storeName);
1109
_logger
.LogDebug("Found certificates: {MatchingCertificates}", matchingCertificates);
1113
_logger
.LogDebug("Checking certificates validity");
1117
_logger
.LogDebug("Valid certificates: {ValidCertificates}", validCertificates);
1121
_logger
.LogDebug("Invalid certificates: {InvalidCertificates}", invalidCertificates);
1125
_logger
.LogDebug("Finished listing certificates.");
1129
_logger
.LogError("An error occurred while listing the certificates: {Error}", e);
1133
_logger
.LogDebug("Filtered certificates: {FilteredCertificates}", filteredCertificates);
1137
_logger
.LogDebug("Excluded certificates: {ExcludedCertificates}", excludedCertificates);
1141
_logger
.LogDebug("Valid certificates: {Certificates}", certificates);
1145
_logger
.LogDebug("Selected certificate: {Certificate}", certificate);
1149
_logger
.LogDebug("No valid certificates found.");
1153
_logger
.LogDebug("Generating HTTPS development certificate.");
1157
_logger
.LogDebug("Finished generating HTTPS development certificate.");
1161
_logger
.LogError("An error has occurred generating the certificate: {Error}.", e);
1165
_logger
.LogDebug("Saving certificate '{Certificate}' to store {Location}\\{StoreName}.", certificate, location, name);
1169
_logger
.LogDebug("Finished saving certificate to the store.");
1173
_logger
.LogError("An error has occurred saving the certificate: {Error}.", e);
1177
_logger
.LogDebug("Saving certificate '{Certificate}' to {Path} {PrivateKey} private key.", certificate, path, includePrivateKey ? "with" : "without");
1181
_logger
.LogDebug("Exporting certificate with private key but no password.");
1185
_logger
.LogDebug("Creating directory {Path}.", path);
1189
_logger
.LogError("An error has occurred while exporting the certificate: {Error}.", error);
1193
_logger
.LogDebug("Writing the certificate to: {Path}.", path);
1197
_logger
.LogError("An error has occurred while writing the certificate to disk: {Error}.", error);
1201
_logger
.LogDebug("Trusting the certificate to: {Certificate}.", certificate);
1205
_logger
.LogDebug("Finished trusting the certificate.");
1209
_logger
.LogError("An error has occurred while trusting the certificate: {Error}.", error);
1213
_logger
.LogDebug("Running the trust command {Command}.", command);
1217
_logger
.LogDebug("Finished running the trust command.");
1221
_logger
.LogWarning("An error has occurred while running the trust command: {ExitCode}.", exitCode);
1225
_logger
.LogDebug("Running the remove trust command for {Certificate}.", certificate);
1229
_logger
.LogDebug("Finished running the remove trust command.");
1233
_logger
.LogWarning("An error has occurred while running the remove trust command: {ExitCode}.", exitCode);
1237
_logger
.LogDebug("The certificate is not trusted: {Certificate}.", certificate);
1241
_logger
.LogDebug("Removing the certificate from the keychain {KeyChain} {Certificate}.", keyChain, certificate);
1245
_logger
.LogDebug("Finished removing the certificate from the keychain.");
1249
_logger
.LogWarning("An error has occurred while running the remove trust command: {ExitCode}.", exitCode);
1253
_logger
.LogDebug("Removing the certificate from the user store {Certificate}.", certificate);
1257
_logger
.LogDebug("Finished removing the certificate from the user store.");
1261
_logger
.LogError("An error has occurred while removing the certificate from the user store: {Error}.", error);
1265
_logger
.LogDebug("Adding certificate to the trusted root certification authority store.");
1269
_logger
.LogDebug("The certificate is already trusted.");
1273
_logger
.LogDebug("Trusting the certificate was cancelled by the user.");
1277
_logger
.LogDebug("Removing the certificate from the trusted root certification authority store.");
1281
_logger
.LogDebug("Finished removing the certificate from the trusted root certification authority store.");
1285
_logger
.LogDebug("The certificate was not trusted.");
1289
_logger
.LogDebug("Correcting the the certificate state for '{Certificate}'.", certificate);
1293
_logger
.LogDebug("Finished correcting the certificate state.");
1297
_logger
.LogError("An error has occurred while correcting the certificate state: {Error}.", error);
1301
_logger
.LogDebug("Importing the certificate {Certificate} to the keychain '{Keychain}'.", certificate, keychain);
1305
_logger
.LogDebug("Finished importing the certificate to the keychain.");
1309
_logger
.LogError("An error has occurred while importing the certificate to the keychain: {ExitCode}, {Output}", exitCode, output);
1313
_logger
.LogDebug("Writing the certificate to: {Path}.", path);
1317
_logger
.LogError("An error has occurred while writing the certificate to disk: {Error}.", error);
1321
_logger
.LogError("The file '{CertificatePath}' does not exist.", certificatePath);
1325
_logger
.LogError("One or more HTTPS certificates exist '{CertificateDescription}'.", certificateDescription);
1329
_logger
.LogDebug("Loading certificate from path '{CertificatePath}'.", certificatePath);
1333
_logger
.LogDebug("The certificate '{Description}' has been loaded successfully.", description);
1337
_logger
.LogError("An error has occurred while loading the certificate from disk: {Error}.", error);
1341
_logger
.LogError("The provided certificate '{Description}' is not a valid ASP.NET Core HTTPS development certificate.", description);
1345
_logger
.LogDebug("The certificate is already trusted.");
1349
_logger
.LogDebug("Saving the certificate {Certificate} to the user profile folder '{Directory}'.", certificate, directory);
1353
_logger
.LogDebug("Finished saving the certificate to the user profile folder.");
1357
_logger
.LogError("An error has occurred while saving certificate '{CertificateThumbprint}' in the user profile folder: {ErrorMessage}.", certificateThumbprint, errorMessage);
1361
_logger
.LogError("An error has occurred while removing certificate '{CertificateThumbprint}' from the user profile folder: {ErrorMessage}.", certificateThumbprint, errorMessage);
1365
_logger
.LogError("The file '{Path}' is not a valid certificate.", path);
1369
_logger
.LogWarning("The on-disk store directory was not found.");
1373
_logger
.LogDebug("Reading OpenSSL trusted certificates location from {NssDbOverrideVariableName}.", nssDbOverrideVariableName);
1377
_logger
.LogDebug("Reading NSS database locations from {EnvironmentVariable}.", environmentVariable);
1381
_logger
.LogWarning("The NSS database '{NssDb}' provided via {EnvironmentVariable} does not exist.", nssDb, environmentVariable);
1385
_logger
.LogWarning("The certificate is not trusted by .NET. This will likely affect System.Net.Http.HttpClient.");
1389
_logger
.LogWarning("The certificate is not trusted by OpenSSL. Ensure that the {EnvVarName} environment variable is set correctly.", envVarName);
1393
_logger
.LogWarning("The certificate is not trusted in the NSS database in '{Path}'. This will likely affect the {Browser} family of browsers.", path, browser);
1397
_logger
.LogDebug("Home directory '{HomeDirectory}' does not exist. Unable to discover NSS databases for user '{Username}'. This will likely affect browsers.", homeDirectory, username);
1401
_logger
.LogDebug("OpenSSL reported its directory in an unexpected format.");
1405
_logger
.LogDebug("Unable to determine the OpenSSL directory.");
1409
_logger
.LogDebug("Unable to determine the OpenSSL directory: {ExceptionMessage}.", exceptionMessage);
1413
_logger
.LogError("Unable to compute the hash of certificate {CertificatePath}. OpenSSL trust is likely in an inconsistent state.", certificatePath);
1417
_logger
.LogError("Unable to compute the certificate hash: {CertificatePath}. OpenSSL trust is likely in an inconsistent state. {ExceptionMessage}", certificatePath, exceptionMessage);
1421
_logger
.LogError("Unable to update certificate '{FullName}' in the OpenSSL trusted certificate hash collection - {MaxHashCollisions} certificates have the hash {Hash}.", fullName, maxHashCollisions, hash);
1425
_logger
.LogError("Unable to update the OpenSSL trusted certificate hash collection: {ExceptionMessage}. Manually rehashing may help. See https://aka.ms/dev-certs-trust for more information.", exceptionMessage);
1429
_logger
.LogWarning("Failed to trust the certificate in .NET: {ExceptionMessage}.", exceptionMessage);
1433
_logger
.LogDebug("Trusted the certificate in .NET.");
1437
_logger
.LogWarning("Clients that validate certificate trust using OpenSSL will not trust the certificate.");
1441
_logger
.LogDebug("Trusted the certificate in OpenSSL.");
1445
_logger
.LogWarning("Failed to trust the certificate in the NSS database in '{Path}'. This will likely affect the {Browser} family of browsers.", path, browser);
1449
_logger
.LogDebug("Trusted the certificate in the NSS database in '{Path}'.", path);
1453
_logger
.LogWarning("Failed to untrust the certificate in .NET: {ExceptionMessage}.", exceptionMessage);
1457
_logger
.LogWarning("Failed to untrust the certificate in OpenSSL.");
1461
_logger
.LogDebug("Untrusted the certificate in OpenSSL.");
1465
_logger
.LogWarning("Failed to remove the certificate from the NSS database in '{Path}'.", path);
1469
_logger
.LogDebug("Removed the certificate from the NSS database in '{Path}'.", path);
1473
_logger
.LogWarning("The certificate is only partially trusted - some clients will not accept it.");
1477
_logger
.LogWarning("Failed to look up the certificate in the NSS database in '{Path}': {ExceptionMessage}.", path, exceptionMessage);
1481
_logger
.LogWarning("Failed to add the certificate to the NSS database in '{Path}': {ExceptionMessage}.", path, exceptionMessage);
1485
_logger
.LogWarning("Failed to remove the certificate from the NSS database in '{Path}': {ExceptionMessage}.", path, exceptionMessage);
1489
_logger
.LogWarning("Failed to find the Firefox profiles in directory '{FirefoxDirectory}': {Message}.", firefoxDirectory, message);
1493
_logger
.LogDebug("No Firefox profiles found in directory '{FirefoxDirectory}'.", firefoxDirectory);
1497
_logger
.LogWarning("Failed to trust the certificate in the NSS database in '{Path}'. This will likely affect the {Browser} family of browsers. This likely indicates that the database already contains an entry for the certificate under a different name. Please remove it and try again.", path, browser);
1501
_logger
.LogWarning("The {OpenSslCertDirectoryOverrideVariableName} environment variable is set but will not be consumed while checking trust.", openSslCertDirectoryOverrideVariableName);
1505
_logger
.LogWarning("The {OpenSslCommand} command is unavailable. It is required for updating certificate trust in OpenSSL.", openSslCommand);
1509
_logger
.LogWarning("The {CertUtilCommand} command is unavailable. It is required for querying and updating NSS databases, which are chiefly used to trust certificates in browsers.", certUtilCommand);
1513
_logger
.LogDebug("Untrusting the certificate in OpenSSL was skipped since '{CertPath}' does not exist.", certPath);
1517
_logger
.LogWarning("Failed to delete certificate file '{CertPath}': {ExceptionMessage}.", certPath, exceptionMessage);
1521
_logger
.LogError("Unable to export the certificate since '{CertPath}' already exists. Please remove it.", certPath);
1525
_logger
.LogInformation("For OpenSSL trust to take effect, '{CertDir}' must be listed in the {EnvVarName} environment variable. For example, `export {EnvVarName}=\"{CertDir}:{OpenSslDir}\"`. See https://aka.ms/dev-certs-trust for more information.", certDir, envVarName, envVarName, certDir, openSslDir);
1529
_logger
.LogInformation("For OpenSSL trust to take effect, '{CertDir}' must be listed in the {EnvVarName} environment variable. See https://aka.ms/dev-certs-trust for more information.", certDir, envVarName);
1533
_logger
.LogWarning("Directory '{DirectoryPath}' may be readable by other users.", directoryPath);
1537
_logger
.LogDebug("The certificate directory '{CertDir}' is already included in the {EnvVarName} environment variable.", certDir, envVarName);
1541
_logger
.LogInformation("For OpenSSL trust to take effect, '{CertDir}' must be listed in the {EnvVarName} environment variable. For example, `export {EnvVarName}=\"{CertDir}:${EnvVarName}\"`. See https://aka.ms/dev-certs-trust for more information.", certDir, envVarName, envVarName, certDir, envVarName);
1545
_logger
.LogDebug("Successfully trusted the certificate in the Windows certificate store via WSL.");
1549
_logger
.LogWarning("Failed to trust the certificate in the Windows certificate store via WSL.");
1553
_logger
.LogWarning("Failed to trust the certificate in the Windows certificate store via WSL: {ExceptionMessage}.", exceptionMessage);
1557
_logger
.LogDebug("Meets minimum version certificates: {MeetsMinimumVersionCertificates}", meetsMinimumVersionCertificates);
1561
_logger
.LogDebug("Below minimum version certificates: {BelowMinimumVersionCertificates}", belowMinimumVersionCertificates);