Certificate Manager?

This commit is contained in:
2025-08-17 16:13:39 +02:00
parent 947a1313c8
commit dee65c9ee4
9 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
namespace CertificateManager.Models;
public record NameComCredentials(String Username, String APIToken, string Server = "https://api.name.com/v4");