Trouble with Google Apps Custom Domain SSL

前端 未结 2 1816
我寻月下人不归
我寻月下人不归 2020-12-13 09:40

I\'m currently inside the 30-day free trial for Google Apps for business (billing set up, so will start non-free trial soon). I\'m attempting to set up SSL for a custom doma

2条回答
  •  暖寄归人
    2020-12-13 10:02

    This was answered by a friendly member of the community and then immediately deleted (not sure why...) but not before I spotted his answer and used it, to great effect :)

    openssl rsa -in privateKey.key -text > private.pem
    openssl x509 -inform PEM -in www_mydomain_com.crt > public.pem
    

    The above two commands produce private.pem and public.pem, which are accepted fine by Google Apps dashboard.

    Thank you!

提交回复
热议问题