The certificate gets added to Keychain Access.app, but it appears to be orphaned from its private key (which would normally show up underneath it). Conversely, you can usually see when filtering to private key the certificate underneath it. Server.app won't show the certificate. Trying to pull it in manually won't work because it asks for the passphrase, which is presumably generated with " PASS=$(openssl rand -base64 45 | tr -d /=+ | cut -c -30)" and isn't stored.
The certificate gets added to Keychain Access.app, but it appears to be orphaned from its private key (which would normally show up underneath it). Conversely, you can usually see when filtering to private key the certificate underneath it. Server.app won't show the certificate. Trying to pull it in manually won't work because it asks for the passphrase, which is presumably generated with " PASS=$(openssl rand -base64 45 | tr -d /=+ | cut -c -30)" and isn't stored.