renamed-ssl-subject-parameters-c2a52d17c349a59f.yaml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ---
  2. upgrade:
  3. - |
  4. Parameters names for SSL certificates subjects have
  5. been changed. While old parameters names still works
  6. when using answers files, they will not work when
  7. passed with packstack cli. For users using them, they
  8. are required to move to new CLI parameters, see ``packstack -h``
  9. for details of new names.
  10. deprecations:
  11. - |
  12. SSL certificates subject parameters can be used now
  13. both to create a new selfsigned CA certificate or
  14. to generate new server certificates using an existing
  15. CA certificate. In order to provide a more accurate
  16. usage description for SSL certificates subject parameters,
  17. they have been renamed as follows:
  18. * CONFIG_SELFSIGN_CACERT_SUBJECT_C is renamed to
  19. CONFIG_SSL_CERT_SUBJECT_C
  20. * CONFIG_SELFSIGN_CACERT_SUBJECT_ST is renamed to
  21. CONFIG_SSL_CERT_SUBJECT_ST
  22. * CONFIG_SELFSIGN_CACERT_SUBJECT_L is renamed to
  23. CONFIG_SSL_CERT_SUBJECT_L
  24. * CONFIG_SELFSIGN_CACERT_SUBJECT_O is renamed to
  25. CONFIG_SSL_CERT_SUBJECT_O
  26. * CONFIG_SELFSIGN_CACERT_SUBJECT_OU is renamed to
  27. CONFIG_SSL_CERT_SUBJECT_OU
  28. * CONFIG_SELFSIGN_CACERT_SUBJECT_CN is renamed to
  29. CONFIG_SSL_CERT_SUBJECT_CN
  30. * CONFIG_SELFSIGN_CACERT_SUBJECT_MAIL is renamed to
  31. CONFIG_SSL_CERT_SUBJECT_MAIL
  32. Old parameters names in answer files will still work
  33. but it's recomended to move to new ones.