If your terrain is drawn by a textured polygon you can reuse the vertices in order to create the collision shape when the scene starts.
It needs some lines of code but it will be accurate, and above all, it's done automatically for every new level.
If you really want to avoid the two unused corners points, use simple segment shapes instead. But I don't know how to set them automatically at runtime.