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
If multiple certs are required to be issued with the same SNA, the second issuance command will overwrite the first generated cert. This is because #{params['server']} represents the SNA and is not unique in this scenario. Since the original cert would be overwritten, there is no way to access the first generated cert.
If multiple certs are required to be issued with the same SNA, the second issuance command will overwrite the first generated cert. This is because
#{params['server']}
represents the SNA and is not unique in this scenario. Since the original cert would be overwritten, there is no way to access the first generated cert.certifiable/docker/usr/local/bin/certifiable.rb
Lines 52 to 54 in 96b9f76
The text was updated successfully, but these errors were encountered: