rticommunity / rticonnextdds-cmake-utils

This repository provides modules and scripts that simplify the process of building and running RTI Connext applications using CMake.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UseOpenSSL.cmake: `connextdds_openssl_generate_signed_certificate` should not expect `OUTPUT_CERT_FILE` to end in a known suffix

colmenero opened this issue · comments

Right now connextdds_openssl_generate_signed_certificate expects the output certificate to end in _cert (or Cert when #69 is resolved). Otherwise, the generation of the certificate fails.

The goal for this issue is to break that dependency. That way we don't impose a restriction for the name of the certificate that we generate.
A solution could be to append a suffix to the certificate name, no replacement.

I'm going to resolve this as stale. The idea is to fix the issue prior to introducing it, as the fix is quite easy. I'll do it in
#68