Back to Blog

Rack 0.7: Papertrail and SSL

This release includes a new Papertrail service, support for custom SSL certificates, and many other improvements.

If you're new to Convox you can follow our Getting Started guide to get up and running in less than 10 minutes.

Existing users can upgrade to the latest release with: convox update && convox rack update

Papertrail

You can now send your application logs to Papertrail with a single command:

$ convox services create papertrail pt-main --url syslog://my.papertrail.host:1000

You can then send any app's logs to Papertrail by linking the service to the app:

$ convox services link pt-main --app myapp

SSL

You can now add SSL to your app easily with convox ssl

$ convox ssl create 443 cert.pub cert.key
Creating SSL listener on port 443... Done.

$ convox ssl
PORT EXPIRES DOMAINS
443 9 months from now www.example.org

New Services

Notable Changes

Discuss on Hacker News

Let your team focus on what matters.