Fix: CA host Sign via web

This commit is contained in:
2026-03-03 18:02:45 +05:45
parent 5250d18eb0
commit 34f2dc070c
5 changed files with 371 additions and 10 deletions
@@ -42,7 +42,7 @@ class SSHCertificate(BaseModel):
ssh_key_id = db.Column(
db.String(36),
db.ForeignKey("ssh_keys.id"),
nullable=False,
nullable=True, # Nullable: host certs may be issued against a raw public key
index=True,
)